Skip to content
/ feiok Public

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

License

Notifications You must be signed in to change notification settings

dacousb/feiok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages