/gym-sym

Small Gym Simulator Game

Primary LanguageJavaScript

Gym-Sym

Gym-Sym Screen

This is a small gym simulation game to learn phaser game engine, and to prototype a fun game loop for a fitness gym simulator.

Go here to play a version of the game.

Development

Local Dev loop

npm run dev

Generate prod assets

npm run deploy

TODO

  • A* Pathing + collision
  • Show detail info of machine on clicking.
  • Implement employees (see below detailed notes) ** personal trainers --> make customers come to gym more and less likely to cancel at end of year. ** janitors --> keep the place clean (implement dirty machines, shower, floors, etc later)
  • Show some info / graphs in different menus.
  • Allow player to set price of membership
  • Allow player to manage employees and how much they get paid, etc.
  • Allow player to see a budget with graphs and shit
  • Implement time controls: ** pause, halfspeed, double/triple speed
  • Replace programmer art with real assets

Brainstorming: