This is a game written in C# on platform .NET6.0 with user interfaces both in console and in browser.
Browser implementation also uses Svelte as a web framework.
To run this game on your local machine you need to do the following:
- Clone this repository
If you want to play Inertia in console:
- Go to ./ConsoleUI directory
$ cd Inertia
- Run
$ dotnet run
- Enjoy the game :)
If you want to play in the browser:
- Go to ./WebAPI directory
$ cd WebAPI
- Run
$ dotnet run
- Return to root directory
$ cd ..
- Go to ./WebUI directory
$ cd WebUI
- Run
$ npm run start
- Open http://localhost:3000 URL in your browser
- Enjoy the game :)