Business simulation video game
Find a file
2023-06-13 21:35:08 -07:00
asset Initial commit 2023-06-07 20:41:07 -07:00
game Handle user input 2023-06-13 21:35:08 -07:00
world Add title screen 2023-06-12 21:56:59 -07:00
flags.go Add title screen 2023-06-12 21:56:59 -07:00
flags_web.go Handle user input 2023-06-13 21:35:08 -07:00
go.mod Handle user input 2023-06-13 21:35:08 -07:00
go.sum Handle user input 2023-06-13 21:35:08 -07:00
LICENSE Initial commit 2023-06-07 20:41:07 -07:00
main.go Add title screen 2023-06-12 21:56:59 -07:00
README.md Handle user input 2023-06-13 21:35:08 -07:00

Pretzel Tycoon

Donate via LiberaPay Donate via Patreon

This game was created for the Fuck Capitalism Jam 2023 game jam.

It is a parody of the 1973 business simulation game Lemonade Stand by Bob Jamison.

Note: This game has not yet been released. The following links are placeholders.

Play

Browser

Play in your browser

Download

Download for Windows and Linux

Compile

Install the dependencies listed for your platform, then run the following command:

go install code.rocketnine.space/tslocum/pretzel-tycoon@latest

Run ~/go/bin/pretzel-tycoon to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

  • ebitengine - Game engine
  • etk - Graphical user interface toolkit