A vibrant, isometric, multiplayer-centric farming game written in Go.
Note: may show an outdated state of development.
Plant, harvest, and hang out with your friends!
- Introduce a UI library (title screen, inventory, etc.).
- Introduce more player interaction mechanics.
- Introduce new cereals, vegetables, etc.
- Introduce scaling and full screen.
- Safer game and server implementation (and more correct error handling).
game
- the game assets and codepacket
- a packet manipulation library and protocol constantsserver
- the protocol implementationtry
- a tiny helper function to avoid verbose error handling
Using the Go build system is highly encouraged. Not before cloning the repository!
git clone https://github.com/dacousb/feiok
cd feiok
go build
Run the generated binary by the building step, or use the built-in Go command.
go run . -help
I simply slammed on my keyboard.
MIT.