Skip to content

lmchoi/game-code-monkey-code

Repository files navigation

Code Monkey

A darkly comedic turn-based game where you're a developer trapped in corporate hell, secretly building a startup on company time. Each day, pick one action. Ship quality work or cut corners. Escape with $5,000 before bugs make work impossible or your boss catches you hustling.


Running the Game

  1. Open the project in Godot 4.5
  2. Press F5

Main scene: scenes/game_ui.tscn


Development

make help        # list all targets
make install     # install GUT + gdtoolkit
make lint        # lint GDScript
make check       # headless error check
make test        # run GUT suite

After make install, enable GUT in Godot: Project → Project Settings → Plugins → enable GUT.

check and test default to godot. Override by setting GODOT4_BIN in your environment or by creating a local config.mk file:

# config.mk (gitignored)
GODOT4_BIN ?= /path/to/your/godot/binary

How to Play

Each day pick one action:

  • WORK — go do job monkey
  • HUSTLE — earn $$$ toward your escape (don't get caught)
  • SHIP IT — ship your buggy code and repeat

Win by saving $5,000 before you get fired


Docs

About

Mobile game for code monkeys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors