An open API service indexing awesome lists of open source software.

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

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