Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshjv/threes-c
🎮 Play threes in your terminal!
https://github.com/harshjv/threes-c
c game terminal terminal-based threes
Last synced: about 2 months ago
JSON representation
🎮 Play threes in your terminal!
- Host: GitHub
- URL: https://github.com/harshjv/threes-c
- Owner: harshjv
- License: mit
- Created: 2015-03-28T07:38:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T14:05:45.000Z (about 5 years ago)
- Last Synced: 2024-04-23T02:56:18.177Z (9 months ago)
- Topics: c, game, terminal, terminal-based, threes
- Language: C
- Homepage: https://harshjv.com/threes-c/
- Size: 777 KB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Threes C! [![Build Status](https://travis-ci.org/harshjv/threes-c.svg)](https://travis-ci.org/harshjv/threes-c)
Threes C is a port of [Threes!](http://www.threesgame.com) game to C.
## Play!
git clone https://github.com/harshjv/threes-c.git
cd threes-c
make run## Terminal recording
> This little game's terminal recording has been featured on [Asciinema](https://asciinema.org/a/18135)! Check it out!
[![alt](https://asciinema.org/a/18135.png)](https://asciinema.org/a/18135)
## Issue & Bug report
Report 'em at [issues](https://github.com/harshjv/threes-c/issues)
## Contribute
Fork, contribute and make a pull request!
## License
MIT
## Author
[Harsh Vakharia](https://twitter.com/harshjv)