Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Sunday, March 30, 2008

TOTP 1.2

Just updated TOTP to v1.2 !
what's new :

  • can't have two words starting with the same letter
  • toggle sound via menu screen
  • change dictionnary via menu screen
  • high score screen
  • enter name for high score
Download it here !

You'll need to have python and pygame, here are the windows links: python and pygame (it's quick and easy)
Python and pygame are also available for mac and of course linux, just check the download pages.

Sunday, March 02, 2008

Typing of the python

I recently played with Python, here is my second game : Typing of the python.
The first game is a snowfight game designed for two players with wiimotes, but the graphics are too bad for publishing yet.

This one is similar to Sega's Typing of The Dead, with no graphics, just type as fast as you can.
I wrote it on linux but it should work on windows.
The zip file includes the python code (totp.py), the sounds, a french and an english word list. The game will use the french word list, but you can edit the code (line 8) to switch to the english one.
I wrote this this afternoon, so far my score is 31470.

You'll need to download python if you don't have it already.