# tetorisu (placeholder name atm)
Single file, simple, stacker game for particularly weak computers like school-issued chromebooks

CDN link for those who have github blocked: https://cdn.jsdelivr.net/gh/yavko/tetorisu/

## Configuration
For the time being configuration is done directly in the file, after downloading, edit the section under the comment `// CONFIGURATION TO CHANGE`. If you are lacking a text editor on your computer, but have a browser, I recommend using https://vscode.dev to edit the file to your likings.

## Usage?
Just open the file in any web browser.

## Roadmap
1. Finish basic stacker features
2. Implement all configuration options
3. Add more game modes
4. Implement multiplayer
5. Experiment with basic WebGPU fragment shader renderer

## License Warning
This software is licensed under the Affero General Public License version 3, any modifications to the software must be also maintain this license.

### Implications
As stated by the FSF
> The GNU Affero General Public License is a modified version of the ordinary GNU GPL version 3. It has **one added requirement**: if you run a modified program on a server and let other users communicate with it there, your server must also allow them to download the source code corresponding to the modified version running there.

Therefore, if you add this game to your website, make sure to share the source code of your website!
