A small game in python2.
 
 
 
 
 
 
Go to file
b3yond 1d3346c177 Create .gitignore
installed PySDL2 must not be copied over.
2017-05-13 11:03:49 +02:00
.idea major changes, not sure about all... 2016-12-21 14:23:21 +01:00
PySDL2-0.9.5 added pysdl2 setup. 2017-05-13 11:00:53 +02:00
code added pysdl2 setup. 2017-05-13 11:00:53 +02:00
images merge 2016-12-21 14:36:34 +01:00
missions Merge branch 'master' of https://github.com/b3yond/treasurehunting2 2016-12-21 14:36:44 +01:00
notes Merge branch 'master' of https://github.com/b3yond/treasurehunting2 2016-12-21 14:36:44 +01:00
resources merge 2016-12-21 14:36:34 +01:00
saves major changes, not sure about all... 2016-12-21 14:23:21 +01:00
.gitignore Create .gitignore 2017-05-13 11:03:49 +02:00
README.md added pysdl2 setup. 2017-05-13 11:00:53 +02:00

README.md

Treasure Hunting

Treasure Hunting is supposed to be a small game. Originally it was played in school by a few bored teenagers, with pen and paper - but we want to bring it on screen! This is actually the 5th edition of Treasure Hunting, but the second to be realized digitally. A new version was started, because this one will be in python2. It is not yet decided, which engine will be used.

About

In the world of Treasure Hunting, vampires, werewolves, angels, and several other supernatural entities (SUPs) were living among humans undetected. Since their detection through a recommended scientist with peaceful intentions, their status is complicated. Racist groups are afraid of them and convinced most states to hunt SUPs down and kill them all. But that is not the fate of most SUPs - usually they are used by corporations and other militant groups as effective mercenaries or for research purposes. You are playing one of these soldiers, and are deciding their fate in a world full of corporate interests, racist hostilities and violence.

Contents

This is a new approach, so not all old data and mechanics are used. For these, visit https://github.com/compl4xx/TreasureHunting There is this data:

notes: these are text files which explain the game and define some of its core mechanics and game data.

  • Notizen.txt: Game mechanics, to do list, function flow stuff.
  • Magic.txt: Concept of the magic language. code: here is the folder for the .py files.
  • __init.py__: empty but important file.
  • game.py: main code file. here is the game flow.
  • items.py: file for the item object data.
  • enemies.py: file for the enemy object data.
  • augmentations.py: file for the augmentation functions.
  • editor.py: program to create missions, items, enemies. images: here are all of the game graphics.
  • characters: graphics of humanoid characters
  • fields: graphics of surroundings
  • guns, swords: item graphics
  • panels: old panel graphics (750x300 window
  • panels2: current panel graphics (800x600 window)
  • races: race logos missions: mission files saves: save files resources: here are enemies, guns and swords saved.

Setting up

apt install libsdl2-dev apt install python apt install pypy Treasure Hunting runs with PySDL2. Install it: https://pysdl2.readthedocs.io/en/rel_0_9_4/install.html