/racetrack

A paper and pencil game that simulates a car race

Primary LanguagePythonApache License 2.0Apache-2.0

Racetrack - a paper and pencil game that simulates a car race

Racetrack is a paper and pencil game that simulates a car race, see the Wikipedia article for a description and the rules. This Python package intents to provide a framework to play the game on your computer.

Installation

python-icat follows the standard Python conventions of packaging source distributions. See the documentation on Installing Python Modules for details or to customize the install process.

  1. Download the sources, unpack, and change into the source directory.

  2. Build:

    $ python setup.py build
    
  3. Install:

    $ python setup.py install
    

Copyright and License

Copyright 2015 Rolf Krahl

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this package except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.