Skip to content
/ kingdoms Public

A strategy game written with Go and Ebitengine.

License

Notifications You must be signed in to change notification settings

m110/kingdoms

Repository files navigation

Kingdoms

A strategy game written in Go and Ebitengine.

video.mp4

Sandbox (terrain generation)

Layers

  • Domain — should be Kingdoms-specific data.

Render system

There are two kinds of render area:

  • Board - all elements affected by the camera. They are rendered in chunks.
  • UI - all elements that are not affected by the camera. They are rendered in one piece, with absolute position.

About

A strategy game written with Go and Ebitengine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages