https://github.com/pez/mac-back
https://github.com/pez/mac-back
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pez/mac-back
- Owner: PEZ
- Created: 2023-03-16T14:29:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T14:31:31.000Z (over 2 years ago)
- Last Synced: 2025-01-26T04:25:18.161Z (9 months ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mac-back-api
## Summary
This project serves as the control interface to the MacMan game.
All commands to the game are issued through a websocket which this project provides.
Much like the original game that is the obvious inspiration the controls and simple and few.
You can start, restart and tell the player to move in the four compass directions.After every move you will be provided with the current and previous states of the game.
This information should be used to determine ghost movement and calculate the next player move.## Getting Started
Follow the instructions in `mac-back-api.core`