Difference between revisions of "PYendor"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{engine-beta}} pYendor is a roguelike engine written in Python. Development is goal-oriented, with a goal list maintained on the author's website. The engine is meant t...")
 
(changed link, added github link)
Line 1: Line 1:
{{engine-beta}}
{{engine-beta}}


pYendor is a [[roguelike engine]] written in [[Python]]. Development is goal-oriented, with a goal list maintained on the author's website. The engine is meant to be open-ended, but with tool-assisted development. This means that eventually, developing a simple roguelike will be more like Gamemaker or Construct, rather than actual programming, but with coding possible for more complicated things. All the game data will be present as python scripts, but will be designed to be edited with tools designed also in Python.
pYendor is a [[roguelike engine]] written in [[Python]]. The engine is meant to be open-ended, but with tool-assisted development. This means that eventually, developing a simple roguelike will be more like Gamemaker or Construct, rather than actual programming, but with coding possible for more complicated things. All the game data will be present as python scripts, but will be designed to be edited with tools designed also in Python.


Currently available at [http://remike.homelinux.org/?page_id=228 the author's website] and under continued development.
Currently available at [http://codingden.net/python-roguelike-engine/ the author's website] and under continued development. The project's source code is now hosted on [http://github.com/RedMike/pYendor/ Github].

Revision as of 09:17, 21 December 2011

PYendor is a beta-stage engine


pYendor is a roguelike engine written in Python. The engine is meant to be open-ended, but with tool-assisted development. This means that eventually, developing a simple roguelike will be more like Gamemaker or Construct, rather than actual programming, but with coding possible for more complicated things. All the game data will be present as python scripts, but will be designed to be edited with tools designed also in Python.

Currently available at the author's website and under continued development. The project's source code is now hosted on Github.