Skip to content

Zireael07/roguelikedev-does-the-complete-roguelike-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Health

This game is part of r/RoguelikeDev Does The Complete Roguelike Tutorial game jam hosted by aaron_ds on roguelikedev

r/RoguelikeDev Does The Complete Roguelike Tutorial

RoguelikeDev Does the Complete Roguelike Tutorial Event Logo

At r/roguelikedev we're doing a dev-along following The Complete Roguelike Tutorial.

Basic info

I'm using the BearLibTerminal library, also known as blt. It handles the graphics and can do multiple tiles in one terminal cell as opposed to libtcod (so you can have a character tile on a terrain tile).

Basic roguelike stuff is being handled by the venerable libtcod.

Running the game

You need to have Python 2.7.10 or higher and run pip install bearlibterminal. I will look into providing a bundled blt version, but that will come later.

For saving/loading to work, you need to run pip install jsonpickle.

Other participants that use BearLibTerminal

VedVid

About

r/roguelikedev does the complete roguelike tutorial

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%