GitXplorerGitXplorer
e

jrti_game

public
3 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
6ddd2a5ee566e6fa5c29763619d6211d0b667b7b

Update Pyglet to a version that works with newer Python versions

eencukou committed 6 years ago
Unverified
d6786e2eac6792ef6de21cde7a1b6468d78df2c0

Bump version

eencukou committed 7 years ago
Unverified
2635340b9263df4d376a864f32a319ac59aa5998

Ignore unknown keyboard modifiers

eencukou committed 7 years ago
Unverified
48afaa11a6f5e89708862c59bee95546cf3b3a4a

Fix left/right in instructions... d'oh!

eencukou committed 7 years ago
Unverified
1d78c408c463d1e0cd3b4d87baff49d53ec38378

Fix metadata

eencukou committed 7 years ago
Unverified
e50c77d7672b8421c926f43e84eb861e1207f19b

Add a setup.py

eencukou committed 7 years ago

README

The README file for this repository.

Just Read the Instructions!

Entry in PyWeek #24 https://pyweek.org/24/

  • Team: encukou
  • Members: encukou

DEPENDENCIES

You will need Python 3.6: http://www.python.org/

The game will NOT work with Python 2.

RUNNING THE GAME

The pyz file can be run directly with Python. Try double-clicking it.

Othewise open a terminal / console and cd to the game directory and run:

python3 jrti_game.pyz

(If running from a git clone, you'll need a virtual environment; install with python3 -m pip install -r requirements.txt, then run with python3 -m jrti_game.)

WHERE IS THE SOURCE

The pyz file is a zip archive that contains all the source.

A repository is also available at https://github.com/encukou/jrti_game

HOW TO PLAY THE GAME

A mouse and keyboard is necessary.

The instructions are included in the game; drag with the mouse to read them.

LICENSE

The code of this game "Just Read the Instructions" is licensed under the MIT license; see the file named LICENSE.