Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suhanovaa/c-rogue-0


https://github.com/suhanovaa/c-rogue-0

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Roguelike-0

Roguelike (or rogue-like) is a style of role-playing game traditionally characterized by a dungeon crawl through procedurally generated levels, turn-based gameplay, grid-based movement, and permanent death of the player character.

How to build:
- Windows:
install MinGW and PDCurses. How to do it: video tutorial
gcc -Wall -Wextra main.c -o roglik.exe -lpdcurses -static
- Linux:
install NCurses
gcc main.c -o roglik.bin -lcurses

![START_WINDOWS_TERMINAL_GAME](./image/start_game.png)