Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Bryan Miller eee121c318 Added a README.md and a LICENSE file. pirms 6 gadiem
data Added an 'official' map that will be 'walked' during the main menu. pirms 6 gadiem
fonts Code added to test gbe.NodeText class. Added a new font (by bathwater). Added CREDITS file to give appropriate attributions pirms 6 gadiem
game Added an 'official' map that will be 'walked' during the main menu. pirms 6 gadiem
graphics Added a main menu which will load the editor. If escape is pressed in the editor, use will be returned to the main menu. pirms 6 gadiem
.gitignore Hiding directories used by PyInstaller pirms 6 gadiem
CREDITS Code added to test gbe.NodeText class. Added a new font (by bathwater). Added CREDITS file to give appropriate attributions pirms 6 gadiem
LICENSE Added a README.md and a LICENSE file. pirms 6 gadiem
README.md Added a README.md and a LICENSE file. pirms 6 gadiem
gb.py Removed Application class. Added some new systems in game/gbe pirms 6 gadiem

README.md

Goldbox 64

Written for the (LOWREZJAM 2018)[https://itch.io/jam/lowrezjam-2018], Goldbox64 was intended as a 1980s SSI Goldbox RPG styled game. Sadly, I never got to writting the game portion of the project. As it stands, this is an editor which allows the user to make a map with three different wall sets. These maps can be loaded and saved, but not much else.

Goldbox 64 is written in Python (3.6.6) using the PyGame library (1.9.4).

Controls

  • w - Move up an option
  • s - Move down an option
  • enter/return - Select highlighted option
  • escape - Quit

Editor

  • w - Move Forward
  • s - Move Backward
  • d - Turns Right
  • a - Turn Left
  • q - Select previous wall index (output to terminal)
  • e - Select next wall index (output to terminal)
  • spacebar - Place wall
  • o - Save map
  • l - Load map
  • escape - (When saving/loading) Cancels operation, otherwise quit to Main Menu
  • enter/return - (When saving/loading) Saves/loads the map to/from the entered name.

When saving or loading, it will initially appear as if nothing happened, but upon entering keys you will see their output display at the top of the screen. This is intended to be the file name. NOTE: There is no filter for bad filenames and some characters will not display (such as spaces) even though they are valid names.

All maps are saved in the maps folder.

License

I release this under the MIT license.