In this game, you play against the AI in a chess match. The AI has vast computational resources, but you have hacks. Use your hacks to win!
Open the Chess Comp Stomp with Hacks.html
file in a web browser.
The source code of Chess Comp Stomp with Hacks is licensed under the MIT license. However, note that it uses dependencies and other assets that are licensed under different licenses.
This project uses Bridge.NET to compile the C# code into javascript. Bridge.NET is licensed under the Apache License Version 2.0. See https://github.com/dtsudo/Bridge.NET for more details about Bridge.NET.
The font used by this game was generated by metaflop. (See http://www.metaflop.com/modulator for more details about metaflop.) As the website notes: "All outline-based fonts (webfonts or otf) that are generated with this project are licensed under the SIL Open Font License v1.1 (OFL). This means that you can freely use and extend the fonts and also use them commercially. Any derivative work has to be made freely available under the same license."
The game uses images from Kenney Asset Pack. These images are licensed under Creative Commons Zero (CC0). See www.kenney.nl for more details.
The images of chess pieces were created by Cburnett (https://en.wikipedia.org/wiki/User:Cburnett) and are licensed under the BSD license.
The sound effects were created by Kenney (https://www.kenney.nl) and are licensed under Creative Commons Zero.
The music tracks were created by Juhani Junkala and are licensed under the CC0 Creative Commons License.
This game is written in C# so you need to have .NET installed.
The game uses Bridge.NET to transpile the C# code into javascript. Compile the code using MSBuild
:
"MSBuild.exe" "./Source code/ChessCompStompWithHacks.sln"
This will generate the transpiled javascript files in Source code/ChessCompStompWithHacks/bin/Debug/bridge/
We also need the font, image, and audio files:
- Copy the
Data
folder toSource code/ChessCompStompWithHacks/bin/Debug/bridge/
Then, to run the game, simply run Source code/ChessCompStompWithHacks/bin/Debug/bridge/Chess Comp Stomp with Hacks.html
in a web browser.