PyBotLearn

Participating Again. This is going to be my second time in PyWeek. I hope I'm going to have as much as fun as the last one.

Awards

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.4
Fun: 1.8
Production: 2.4
Innovation: 3

35% respondents marked the game as not working.
Respondents: 9

Files

File Uploader Date
pybotlearn.tar.gzfinal
final entry
ceronman 2008/04/06 19:03

Diary Entries

MD5 for PyBotLearn

This is my final Work: 71d8cc4cbf077250942caf38fce89394 pybotlearn.tar.gz

Add a comment

Explaining PyBotLearn

PyWeek is finished. Unfortunately, I didn't have enough time for it this year, so I'm almost a DNF. The theme for this year was "Robot". My idea ended up being more like an application than a game. I wanted to create an educational environment for teaching programing to children. Something similar to Logo. The idea was to build a game where your could program a small robot. It should be interactive so children could experiment on the fly.

In other words, It should be something like this: A window with a robot and a world, bellow a Python console. The users should be able to write commands in the console and the robot should execute them. The robot should be able to interact with it's environment and with the user too. Error, warnings, etc, should be given to the programmer in a friendly way. Additionally, there should be various challenges that the programmers should solve. This should be the fun factor for the game.

But, unfortunately, as I said before, I didn't have more that a couple of hours every day since Thursday, so I've failed on most of my objectives, and the only thing I have is a barely working demo. No challenges, no fun, no objects, no cool environment. Any way, I still like the idea, and I will try to continue with this project. I would love to hear more opinions about it.

Here is a small video of the demo

Add a comment