C Console platformer
A simple console platformer. Can be played in the console.
Controls
The player is a "╳" or "?", you can control it via pressing W,A,D and then Enter.
Features
- Enemies ("x"), which will try to come closer and kill you.
Requirements
The compilation requires these libraries to be available in your system:
- stdio.h
- unistd.h
Usage
Run:
gcc consoleplatformer.c -o consoleplatformer
./consoleplatformer