https://github.com/fralonra/engo-2048
A simple 2048 game written in Golang, with engo.
https://github.com/fralonra/engo-2048
2048 2048-game engo
Last synced: 6 months ago
JSON representation
A simple 2048 game written in Golang, with engo.
- Host: GitHub
- URL: https://github.com/fralonra/engo-2048
- Owner: fralonra
- Created: 2019-07-28T00:43:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T01:14:18.000Z (about 6 years ago)
- Last Synced: 2025-02-13T15:34:15.627Z (8 months ago)
- Topics: 2048, 2048-game, engo
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# engo-2048
A simple implement of [2048](https://github.com/gabrielecirulli/2048) game in Golang.
Powered by [engo](https://github.com/EngoEngine/engo) and [go-2048](https://github.com/fralonra/go-2048).