Pyro aims to be the first major roguelike game written entirely in the Python language. Design goals are:
Clear and understandable code that is easily modified and extended
Sufficient separation of engine and content that new games can easily be created (of course, being written in Python, the engine will be modifiable, too)
A game that's fun to play, and fun to write!
License
Pyro is open source software, distributed under the MIT License.
Thanks
Thanks to Wingware, who provide free use of their excellent Wing IDE Pro software to developers of open source projects.