# tgames
Terminal mini games emulator featuring famous games such as Snake, Tetris, 2048
and others.
# List of games
- Snake
- Tetris
- 2048
- Flappy Bird
# Installation
The installation can be done via cargo, just use:
````bash
cargo install tgames
``````
# Motivation
This project was done in order to learn the rust language in a funny way. Since
it was my first project in rust don't expect it to be perfect, i have made effort
to make it good and take advantage of the rust features, i hope i have done a good
job.