Skip to content

Hobby project for learning C, ncurses and making a dungeon crawler in general.

Notifications You must be signed in to change notification settings

nake89/dungeon-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unnamed dungeon crawler

How to install and run

git clone https://github.com/nake89/dungeon-crawler.git
cd dungeon-crawler
make
./game

Status

Nothing is done at all yet. Just started learning C and ncurses. I once created a simple dungeon crawler in C before. But that was long time ago and without ncurses and it was just a disaster.

To do

  • Create dungeon
  • Create hero
  • Ability to move hero
  • Spawn enemy
  • Make hero die when touch enemy
  • Give hero ability to kill enemy
  • Make enemy follow hero

About

Hobby project for learning C, ncurses and making a dungeon crawler in general.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published