Skip to content

kobihk/RaananaTiraProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaananaTiraProject
==================

Requirements
------------

* python-twisted
* pygame


Running the game
----------------

Start the server on some machine:

    ./rtp-server

Start up to 4 clients:

    ./rtp-client mydriver.py

For drive modules, see the examples direcotory.

To start a race, use rtp-admin tool on any machine:

    ./rtp-admin <server-address> start

To stop a race, use rtp-admin tool on any machine:

    ./rtp-admin <server-address> stop

To modify the game rate, you can use set-rate command. The following command
would change game rate to 10 frames per second:

    ./rtp-admin <server-address> set-rate 10

Creating a tarball
------------------

    python setup.py sdist

About

Car race game for Raanana Tira project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%