https://github.com/robloach/threes-tic80
Threes in TIC-80
https://github.com/robloach/threes-tic80
tic-80
Last synced: 9 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T15:45:49.000Z (over 4 years ago)
- Last Synced: 2025-03-30T18:02:08.434Z (12 months 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/).

## 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)