Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
/ rl-tcod Public archive

Yet another hobby project to follow the revised roguelike tutorial in Python, with static typing via mypy

Notifications You must be signed in to change notification settings

toyboot4e/rl-tcod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived: I found it's not as good as I expected to do static typing in Python.

rl-tcod

Yet another hobby project to follow the revised tutorial. Main differences from the original code base are:

  • It is statically type checked via mypy.
  • It uses rich features of the latest Python3, such as @dataclass.
  • It is heavily class-based.

For object orientation, I followed the Hauberk game.

Systen Requirements

Just run pip install tcod to get pythontcod installed on your computer.

About

Yet another hobby project to follow the revised roguelike tutorial in Python, with static typing via mypy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages