1
0
Fork
You've already forked heltris
0
non-grid tetris for the WASM-4
  • Odin 96.9%
  • Makefile 3.1%
2025年05月06日 12:09:17 +02:00
.idea Update IDE config to Odin dev-2025-04 2025年05月06日 12:09:17 +02:00
src Initialize WASM-4 project 2024年10月31日 07:51:23 +01:00
.gitignore Initialize WASM-4 project 2024年10月31日 07:51:23 +01:00
LICENSE Initial commit 2024年10月31日 07:35:20 +01:00
Makefile Initialize WASM-4 project 2024年10月31日 07:51:23 +01:00
README.md Initialize WASM-4 project 2024年10月31日 07:51:23 +01:00

heltris

A non-grid tetris written in Odin for the WASM-4 fantasy console.

Building

Build the cart by running:

make

Then run it with:

w4 run build/cart.wasm

Acknowledgements

License

GNU AGPLv3

heltris - non-grid tetris for the WASM-4
Copyright (C) 2024 András Németh
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.