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.
- Host: GitHub
- URL: https://github.com/dosx-dev/justmove-game
- Owner: DosX-dev
- License: mit
- Created: 2024-06-13T18:17:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:43:56.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T04:58:24.535Z (12 months ago)
- Topics: 2d, 2d-game, aot, csharp, game
- Language: C#
- Homepage: https://dosx.su
- Size: 10.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## Gameplay
Use `space` to jump.
> Types of obstacles:
> * `V` - a bird
> * `X` - a cactus
>
> If you collide with any of them, you will die