rmc_website/programs/thevaultc.html
2022-08-25 19:21:44 -04:00

26 lines
1.4 KiB
HTML

---
title: theVaultC
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/thevaultc.png
author: NinjaCheetah
platform: Windows (partial), macOS, Linux
links:
- name: View Source
link: https://github.com/NCX-Programming/theVaultC
- name: Releases
link: https://github.com/NCX-Programming/theVaultC/releases
- name: Nightly Builds
link: https://github.com/NCX-Programming/theVaultC/actions
---
<p>Download latest build for:</p>
<p><a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-linux.zip">Linux</a> | <a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-macOS.zip">macOS</a> | <a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-windows.zip">Windows</a></p>
<h3>What is it?</h3>
<p>theVaultC is a collection of cross-platform (compatible with 32 and 64 bit Windows, Intel and ARM Macs, and Linux) console apps written in C. They are a combination of simple games, utilites, and example/demo programs. </p>
<h3>What's included?</h3>
<p>There are currently 6 programs:</p>
<p>GraphicStuffC, GuessMyNumberC, UnixTime, RainbowType, RNGTool, and WordGenerator</p>
<h3>Running</h3>
<p>The instructions are larger than we'd like to include here, so for help running or compiling the programs, look <a href="https://github.com/NCX-Programming/theVaultC/#compiling-and-running">here</a>.