Hello
I am happy to announce the next release of GNU rpge.
This release is numbered 0.0.3 .
Description
===========
GNU rpge is an engine for two-dimensional graphical role-playing games, supporting, at the time of writing, the following features:
- A two-dimensional tile grid
-
Sprite rendering
-
Movable objects(mobs)
- Limiting the times an image is loaded to 1 for faster runtime
-
"Windows"(Rectangular areas filled with a certain sprite)
- Event passing
How to see a quick demo
==========================
Install guile 1.8, sdl, sdl_image, sdl_font.
after launching the make command, on the package directory, launch :
src/rpge -f conf/skeleton-local.conf
Changes in 0.0.3: 6 Jan 2013
==========================
* Bug Corrections
* Compile corrections