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

https://github.com/dosx-dev/justmove-game

A simple 2D console game for Windows where you need to jump over obstacles.
https://github.com/dosx-dev/justmove-game

2d 2d-game aot csharp game

Last synced: 10 months ago
JSON representation

A simple 2D console game for Windows where you need to jump over obstacles.

Awesome Lists containing this project

README

          

# JustMove
A simple 2D console game for Windows where you need to jump over obstacles. Written in C# with AOT compilation.

### [Download compiled as .EXE](https://github.com/DosX-dev/JustMove-game/releases/tag/Builds)

![](JustMove.png)

## Gameplay
Use `space` to jump.

> Types of obstacles:
> * `V` - a bird
> * `X` - a cactus
>
> If you collide with any of them, you will die