SimpleRPG

From OLPC

Jump to: navigation, search

Contents

[edit] Objective

This is a simple game intended to be used as a tutorial on building a client-server RPG-style game with Pygame, and will be more generally usable as a programming, game development, and Activity development tutorial as we work on it further. The target audience is new developers 12 and up.

[edit] Code

Roberto has licensed all his code under the LGPL. We're in the process of getting Project hosting but for now the code can be downloaded here.

[edit] How to run it

It's a very simple game - you'll mostly be able to walk around the forest. To do this:

  1. download the code
  2. unzip the package
  3. run server.py (it will continue running - don't stop it!)
  4. while the server code is running, run client_working.py
  5. use the arrow keys to move

From the terminal of a Linux machine...

wget http://wiki.laptop.org/images/1/17/Simple_mmorpg.tar.gz
tar -xvf Simple_mmorpg.tar.gz
python server.py &
python client_woring.py

[edit] Todo

  • translate documentation from Portuguese to English (Mchua, should be done Wed. May 7, 2008)
  • redraw creatures

[edit] Resources

All images are under a free license, just can't find the license of scenes (copylefted): http://www.lostgarden.com/2006/07/more-free-game-graphics.html

creatures are from there: http://www.lorestrome.com/pixel_archive/main.htm (this license allows free use just for non-commercial only, so we should make new creature images)

Personal tools
  • Log in / create account
About OLPC
About the XO
Projects
OLPC wiki
Toolbox