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.
|
|
||
|---|---|---|
| .gitignore | Update .gitignore | |
| build.sh | Create build script | |
| clean.sh | create clean.sh | |
| combat-cycle.csproj | v0.1 | |
| LICENSE | Initial commit | |
| Program.cs | v0.3 | |
| README.md | Update README | |
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.