non-grid tetris for the WASM-4
| .idea | Update IDE config to Odin dev-2025-04 | |
| src | Initialize WASM-4 project | |
| .gitignore | Initialize WASM-4 project | |
| LICENSE | Initial commit | |
| Makefile | Initialize WASM-4 project | |
| README.md | Initialize WASM-4 project | |
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
- Odin by Ginger Bill used under the BSD-3-Clause license
- WASM-4 by Bruno Garcia used under the ISC license
License
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/>.