Skip to content

baursh/CliRogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CliRogue

A tiny turn-based roguelike that runs in your terminal. Pure PHP, no dependencies.

Features

  • Turn-based movement on a 2D grid
  • Enemies that chase you
  • Coins and potions to collect
  • HP, score, win/lose conditions
  • ANSI colored output
  • Clean OOP, no comments in code

Run

composer install    # optional (autoload)
php bin/play

Goal

Collect all coins and survive. Walking into an enemy attacks it. If your HP drops to 0 you lose. If you grab every coin you win.

About

A tiny turn-based roguelike that runs in your terminal. Pure PHP, no dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages