Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robloach/threes-tic80
Threes in TIC-80
https://github.com/robloach/threes-tic80
tic-80
Last synced: 15 days ago
JSON representation
Threes in TIC-80
- Host: GitHub
- URL: https://github.com/robloach/threes-tic80
- Owner: RobLoach
- License: gpl-3.0
- Created: 2019-08-04T07:32:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T15:45:49.000Z (about 3 years ago)
- Last Synced: 2023-04-09T06:57:33.684Z (over 1 year ago)
- Topics: tic-80
- Language: JavaScript
- Homepage: https://tic80.com/play?cart=911
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Threes for TIC-80
> A port of [Threes](http://play.threesgame.com/) to [TIC-80](https://tic.computer/).
**Threes** is an indie puzzle video game by Sirvo, an independent development team consisting of game designer Asher Vollmer, illustrator Greg Wohlwend, and composer Jimmy Hinson. The game was originally released on February 6, 2014. This is a port of Threes to the fantasy console: [TIC-80](https://tic.computer/).
![Screenshot](screenshot.png)
## Usage
[Play online](https://tic80.com/play?cart=911), or [download and install TIC-80](https://tic.computer/create), loading *cart.tic*.
### Gamepad
Use up/right/down/left to move the tiles around. X to restart.
### Mouse/Touch
Swipe the screen to move.
## Development
Run the following to recompile the cart...
```
tic80 cart.tic -code-watch cart.js -sprites sprites.gif
```## Credits
- TIC-80 Port by [Rob Loach](https://robloach.net)
## License
[GPL-3.0](LICENSE)