tetra 0.3.1

A simple 2D game framework written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Showcase


This page is a showcase for projects that are using Tetra.

Please feel free to [add your own](https://github.com/17cupsofcoffee/tetra/edit/master/docs/showcase.md)!

## Games


| Name | Author | Details |
| --- | --- | --- |
| [Mankojai]https://puppetmaster.itch.io/mankojai | [puppetmaster]https://puppetmaster.itch.io | A puzzle game, created for the [Nokia 3310 Jam]https://itch.io/jam/3310jam. | 
| [Shoot Out Your Life]https://puppetmaster.itch.io/shoot-out-your-life | [puppetmaster]https://puppetmaster.itch.io | An arcade shooter where your ammo is your lives. Made for [Ludum Dare 44]https://ldjam.com/events/ludum-dare/44. | 
| [Unblocked]https://github.com/VladimirMarkelov/unblocked | [VladimirMarkelov]https://github.com/VladimirMarkelov | A puzzle game, inspired by "Flipull" for the NES.
| [rl]https://github.com/17cupsofcoffee/rl | [17cupsofcoffee]https://github.com/17cupsofcoffee | A tech demo, showing how a roguelike can be built with Tetra and [Specs]https://github.com/slide-rs/specs. |
| [Tetras]https://tetra.seventeencups.net/examples | [17cupsofcoffee]https://github.com/17cupsofcoffee | A Tetris clone, built to demonstrate what a full Tetra game might look like. |
| [snake]https://github.com/programmeramera/snake-in-tetra | [johanlindfors]https://github.com/johanlindfors | A tiny snake sample, use arrow keys to steer the snake. |
| [flappy bird]https://github.com/programmeramera/flappy-in-rust | [johanlindfors]https://github.com/johanlindfors | A flappy bird sample, use mouse to interact. |