Skip to content

Latest commit

History

History
57 lines (35 loc) 路 1.15 KB

README.md

File metadata and controls

57 lines (35 loc) 路 1.15 KB

logo

A vibrant, isometric, multiplayer-centric farming game written in Go.

Galery

Note: may show an outdated state of development.

screenshot screenshot

Plant, harvest, and hang out with your friends!

TODO

Game

  • Introduce a UI library (title screen, inventory, etc.).
  • Introduce more player interaction mechanics.
  • Introduce new cereals, vegetables, etc.

Implementation

  • Introduce scaling and full screen.
  • Safer game and server implementation (and more correct error handling).

Project

  • game - the game assets and code
  • packet - a packet manipulation library and protocol constants
  • server - the protocol implementation
  • try - a tiny helper function to avoid verbose error handling

Building

Using the Go build system is highly encouraged. Not before cloning the repository!

git clone https://github.com/dacousb/feiok
cd feiok
go build

Running

Run the generated binary by the building step, or use the built-in Go command.

go run . -help

About the name

I simply slammed on my keyboard.

License

MIT.