Skip to content

hakuji/game3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright 2013 by akuji. See the end of the file for license conditions.

About

Game 3 is a simple hack and slash game. It is coded in python and uses pyglet for the graphical parts.

Dependencies

Before testing you need to install its dependencies. OS related dependencies are the same as the ones for pyglet[1].

The python dependencies should be installed with pip:

$ pip install -r dependencies.txt

Checkout virtualenvwrapper[2] to see how to install the dependencies without root privileges.

[1] - http://code.google.com/p/pyglet/source/browse/README - Check the requirements section

[2] - http://virtualenvwrapper.readthedocs.org/en/latest/

Running

$ git clone https://github.com/hakuji/game3.git
$ cd game3/
$ python src/main.py

This file is part of game 3.

game 3 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

game 3 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with game 3. If not, see http://www.gnu.org/licenses/.

About

Framework of a game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages