Skip to content

Graphical version of the engine, rebooted version of the game

Notifications You must be signed in to change notification settings

rrpg/engine-sdl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rRpg - A Rogue like Role Playing Game

Screenshots

screenshot

Dependancies

Requires:

  • SDL2
  • SDL2_image
  • squashfs-tools

Compilation

make full

To compile for the GCW-zero, you need the toolchain (downloadable from the console's website), then:

make gcw CROSS_COMPILE=/opt/gcw0-toolchain/usr/bin/mipsel-linux-

To package for the gcw zero, you will need the package squashfs-tools, then run

make opk

Finally, to use your opk, copy it in your GCW-Zero. I use scp for that, but via ftp or on a memory card should work as well:

scp rrpg.opk root@[gcwIp]:/media/data/apps/

How to play

To start the game, run the executable ./bin/rrpg.

PC controls

  • arrows to move the character
  • move toward as enemy to attack it
  • escape to exit

GCW-Zero controls

  • D-Pad to move the character
  • move toward as enemy to attack it
  • select to exit

Credits

Sprites from the great collection DawnLike

About

Graphical version of the engine, rebooted version of the game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published