Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whiteblackgoose/funconsolegame

Windows-only console game with spaceships
https://github.com/whiteblackgoose/funconsolegame

Last synced: 18 days ago
JSON representation

Windows-only console game with spaceships

Awesome Lists containing this project

README

        

## Space battle console game

Made with [ConsoleGameEngine](https://github.com/ollelogdahl/ConsoleGameEngine),
which is, unfortunately, not maintained anymore. Written in a mixture of OOP and
functional paradigms (with [Honk#](https://github.com/WhiteBlackGoose/HonkSharp) powering
the last one).

### Play

Install [git](https://git-scm.com) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) and run:
```
git clone --recurse-submodules https://github.com/WhiteBlackGoose/FunConsoleGame
cd FunConsoleGame
dotnet restore
dotnet build -c release
cd Sources
dotnet run -c release
```

### Gallery

![gif](./Pics/game.gif)

![single image](./Pics/s.png)