mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
29 lines
918 B
HTML
29 lines
918 B
HTML
---
|
|
title: theVault
|
|
layout: program
|
|
custicon: false
|
|
iconurl: https://cdn.ncxprogramming.com/file/icon/placeholder.svg
|
|
author: NinjaCheetah
|
|
platform: Windows, macOS, Linux
|
|
archived: true
|
|
links:
|
|
- name: View Source
|
|
link: https://github.com/NCX-Programming/theVault
|
|
- name: Nightly Builds
|
|
link: https://github.com/NCX-Programming/theVault/actions
|
|
---
|
|
|
|
<h3>Description</h3>
|
|
<p>theVault is a collection of cross-platform (compatible with Windows, some versions of macOS, and Linux) .NET 5 console apps written in C#. They are a combination of simple games, utilites, and example/demo programs. </p>
|
|
<h3>Whats included?</h3>
|
|
<p>There are currently 3 programs.</p>
|
|
<div class="prg-list">
|
|
<ul>
|
|
<li>graphicStuff</li>
|
|
<li>guessmynumber</li>
|
|
<li>helloWorld</li>
|
|
</ul>
|
|
</div>
|
|
<h3>Running</h3>
|
|
<p>For help running the programs, look <a href="https://github.com/NCX-Programming/theVault/#windows-linux-and-macos">here</a>.
|