1
0
Fork
You've already forked combat-cycle
0
A basic text-based combat cycle game.
This repository has been archived on 2024年03月06日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C# 99.1%
  • Shell 0.9%
2024年02月09日 19:05:07 +00:00
.gitignore Update .gitignore 2024年02月07日 20:07:48 +00:00
build.sh Create build script 2024年02月07日 20:07:45 +00:00
clean.sh create clean.sh 2024年02月09日 19:05:07 +00:00
combat-cycle.csproj v0.1 2024年02月07日 19:58:00 +00:00
LICENSE Initial commit 2024年02月07日 19:56:41 +00:00
Program.cs v0.3 2024年02月09日 14:18:46 +00:00
README.md Update README 2024年02月09日 18:36:43 +00:00

combat-cycle

Basic text-based combat cycle game written in C#.

Running

Open a terminal and run:

$ dotnet run

Alternatively, download a build.

Visual Studio

Don't bother.