Revision of Hunger Game simulator from Tue, 07/05/2022 - 09:59

The revisions let you track differences between multiple versions of a post.

This is the beta version of a hunger game simulator.

You can customize your game by adding custom characters and events. All the instructions should be in the "Readme.txt" included. By the way, you will need Python to make this simulator work. If you know how to compile a python script into binary, please tell me !

Version: 
0.20
AttachmentSize
Hunger Game.rar6.53 KB

Comments

Game [python GUI 2.7]

Metal Fox : creates Video Games, Software & Animations

-https://www.patreon.com/MetalFoxv

 

Python [ 2.7.0 ]: https://www.python.org/download/releases/2.7/

 

PYGSL GUI [ 3.6 ]: https://sourceforge.net/projects/pygsl/files/latest/download

 

GAME [recoded][Ver 0.2]: http://www.mediafire.com/file/km0lnpbhlbs9ybb/Hunger%20Game%20%5BPY2.7%5D.zip

 

After downloading and installing the two top ones, under 'Search' type 'idle' to find 'IDLE (Python GUI)'; [I'd recommend copying this Shortcut, to your game folder]

When the window opens, hit ctrl+O or file_open, the HungerGame.py, file inside the GAME.zip (-extracted);

A script menu should popup, to which you'll hit 'F5' to run the script;

All additional instructions can be found in the 'Readme' :p

 

|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|+|*|

 

I've tried several recommendations for running Python scripts [ver 3.7], by adding python as a Environment Variable (cmd: python HungerGame.py) to recoding your scripts faults using Komodo (It had some import errors, and some unused variables (but I didn't touch those))

 

After some grinding (without going as far as recoding, in what I use (Delphi alt)), I found this method to bypass whatever error I was having on Windows 10

 

To the Creator: If for some reason, you don't want me distributing this new version, I'll take it down immediately. (not that I see why you would)

- Really the only change I found so far is changing 'PermissionError' to 'IOError' & 'input' to 'raw_input'

- Changed 'load_save' to 'load' & 'simulation' to 'sim'