/ExampleIOGame

Example of an .io game in .NET 8 & Angular 17

Primary LanguageC#MIT LicenseMIT

.NET logo Angular logo

An Example .io Game

https://example-io-game.azurewebsites.net/

Build Status

An example multiplayer (.io) web game created in .NET 7 and Angular 15.

The original was created by Victor Zhou in Javascript and Node.js.

For a more realistic scenario with a more complex design pattern checkout the Composite Design Pattern branch. The GameObjects are kept in a single list and are build with components, making it easier to add more objects!

Running it locally

To get started with the client, make sure you have Node and NPM & Angular installed. Then,

$ cd src/client
$ npm install
$ npm start

Then to get the .NET app started, make sure you have .NET sdk installed.

$ cd src/server
$ dotnet run

Now you can navigate to http://localhost:4200/