/oop-inertia

Primary LanguageC#MIT LicenseMIT

Inertia game


About

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.


Try it out

To run this game on your local machine you need to do the following:

  1. Clone this repository

If you want to play Inertia in console:

  1. Go to ./ConsoleUI directory $ cd Inertia
  2. Run $ dotnet run
  3. Enjoy the game :)

If you want to play in the browser:

  1. Go to ./WebAPI directory $ cd WebAPI
  2. Run $ dotnet run
  3. Return to root directory $ cd ..
  4. Go to ./WebUI directory $ cd WebUI
  5. Run $ npm run start
  6. Open http://localhost:3000 URL in your browser
  7. Enjoy the game :)