SimpleRPG

From OLPC
Revision as of 10:45, 7 August 2008 by Femslade (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Activity Summary

Icon: Sugar icon::
Genre: Activity genre::General Search and Discovery
Activity group: ,|x|Activity group::x}}
Short description: Short description::A simple game intended to be used as a tutorial on building a client-server RPG-style game with Pygame.
Description: [[Description::== 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.

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.

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

Todo

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

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)]]

Maintainers: ,|x|Contact person::x}}
Repository URL:
Available languages: ,|x|Available languages::x}}
Available languages (codes): ,|x|Language code::x}}
Pootle URL:
Related projects: Related projects,|x|Related projects::x}}
Contributors: ,|x|Team member::x}}
URL from which to download the latest .xo bundle Activity bundle::
Last tested version number:
The releases with which this version of the activity has been tested. ,|x|Software release::x}}
Development status:
Ready for testing (development has progressed to the point where testers should try it out): ,|x|Ready for testing::x}}
smoke tested :
test plan available :
test plan executed :
developer response to testing :