Skip to content

dtsudo/Chess-Comp-Stomp-with-Hacks-Web-Browser-Version

Repository files navigation

Overview

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!

How to execute the program

Open the Chess Comp Stomp with Hacks.html file in a web browser.

Licensing

Programming

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.

Font

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."

Images

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.

Sound effects

The sound effects were created by Kenney (https://www.kenney.nl) and are licensed under Creative Commons Zero.

Music

The music tracks were created by Juhani Junkala and are licensed under the CC0 Creative Commons License.

How to compile the source code

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 to Source 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published