Connecting Tech Pros Worldwide Help | Site Map

robot programming game in python

  #1  
Old July 18th, 2005, 01:22 AM
Arnaud Delobelle
Guest
 
Posts: n/a
Hi all,

I have written a little while ago in Python a game whose aim is to
program a (or several) robots so that they move around in a maze and
collect some flags. They only have a limited amount of instructions at
their disposal (depending on the level). It is meant to be an
introduction to two things:

- programming

- boolean expressions

At the moment I have written the `maze engine' and `maze rendering'
classes and a level editor/level player making use of those
classes. It needs Python >=2.2 (new style classes), Tkinter, and the
Python Imaging Library.

Now (I hope it is not inappropriate to post this here) I'd really like
to get some feedback and criticism before I clean it up and try to
enhance it, as I happen to have lots of free time these days. I'm
having trouble finding people around me who have python :(

Description of the project (24kbytes):
http://marooned.myby.co.uk/marooned/...dme&style=test

The project (64 kbytes):
http://marooned.myby.co.uk/pytobor/pytobor.tgz

Then

$tar zxvf pytobor.gz (or any other way)
$cd pytobor0.5.1
$python editlevel.py

There are a few (simple) sample levels called level0.rob to level7.rob.
Thanks for any feedback (in private!).

--
Arnaud Delobelle
d e l o b e l l e AT b l u e y o n d e r . c o . u k
  #2  
Old June 24th, 2006, 05:10 PM
Newbie
 
Join Date: Jun 2006
Posts: 1

re: robot programming game in python


Hi Dear friend
your links had problem.please send a new link.
good luck
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
USB HID documentation? ETP answers 3 June 27th, 2008 05:23 PM
Real Time Battle and Python hg answers 2 May 4th, 2007 02:05 PM
Python share CPU time? Yannick answers 13 August 12th, 2006 09:35 PM
short programming projects for kids bobdc answers 6 July 18th, 2005 09:44 PM