Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomconte/tetrice
Tetrice: Tetris on the Alice 32/90
https://github.com/tomconte/tetrice
Last synced: about 1 month ago
JSON representation
Tetrice: Tetris on the Alice 32/90
- Host: GitHub
- URL: https://github.com/tomconte/tetrice
- Owner: tomconte
- Created: 2024-01-27T15:50:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T17:03:15.000Z (5 months ago)
- Last Synced: 2024-10-06T17:06:12.840Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 587 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TETRICE
This game is a version of Tetrice for the Alice 32 micro computer.
It is written in C and compiled using the [CC68](https://github.com/EtchedPixels/CC6303/tree/master) compiler.
It has been developed mostly using the [DCAlice](http://alice32.free.fr/) emulator, as well as [My First Alice32 Emulator](http://www.emu-france.com/emulateurs/10-ordinateurs/244-matra-hachette-alice32/2335-my-first-alice32-emulator/).
It has also been tested from time to time on real hardware (Alice 32). Please note that this game requires an Alice 32 or Alice 90, it does **not** work on the original Alice model based on the Tandy MC10.
## How to use
Run `make` to build the executable: `tetrice.k7`.
The `k7` file can then be loaded as a cassette tape in an emulator; or converted to WAV to be loaded on a real machine.
For your convenience, you will find the `k7` and `wav` files attached to the releases.
## How to play
- `O` : left
- `P` : right
- `A` and `Z` : rotate
- Space bar : accelerate / drop## Demo video
Here is a short Webm of the gameplay using DCAlice.
[Demo TETRICE beta.webm](https://github.com/tomconte/tetrice/assets/199027/60b8ff3d-9d5b-4f72-bd2a-a3b55ed03b94)