https://github.com/aliscode/2048-amethyst
[WIP] Dogfooding 2048 into the Amethyst Game Engine
https://github.com/aliscode/2048-amethyst
2048 amethyst dogfood engine game rust
Last synced: 11 months ago
JSON representation
[WIP] Dogfooding 2048 into the Amethyst Game Engine
- Host: GitHub
- URL: https://github.com/aliscode/2048-amethyst
- Owner: AlisCode
- Created: 2019-05-08T21:44:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T21:53:48.000Z (over 6 years ago)
- Last Synced: 2025-01-06T09:12:21.336Z (about 1 year ago)
- Topics: 2048, amethyst, dogfood, engine, game, rust
- Language: Rust
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048-Amethyst
2048-amethyst is a Rust implementation of the famous game [2048](https://en.wikipedia.org/wiki/2048_(video_game)) using the [Amethyst game engine](https://amethyst.rs).
The blog post [this week in Amethyst #16](https://amethyst.rs/blog/twia-16/) mentionned that dogfooding is a good practice for a game engine. This project is meant to be a demonstration of how simple and elegant it is to implement such a simple application with Amethyst.
# Warning
This is very WIP and not officialy approved yet