https://github.com/symonk/baron
An impossible skill based 2D platformer written in Go
https://github.com/symonk/baron
Last synced: about 2 months ago
JSON representation
An impossible skill based 2D platformer written in Go
- Host: GitHub
- URL: https://github.com/symonk/baron
- Owner: symonk
- License: apache-2.0
- Created: 2023-06-17T13:35:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T23:25:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T20:47:31.815Z (3 months ago)
- Language: Go
- Homepage:
- Size: 7.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Baron
-----
`Baron` is an insanely difficult (by design) 2D Platformer written in `Golang`. The aim of the game
is to attempt to defeat progressingly difficult boss encounters. The game is written using the
`ebiten` game engine for go. The game aims to be beatable but only when playing to perfection.https://github.com/hajimehoshi/ebiten
-----