Chess Unbound
A downloadable game for Windows, macOS, and Linux
TO RUN THE GAME DOWNLOAD AND RUN MAIN.EXE , TO BE ABLE TO MODIFY SOURCE CODE DOWNLOAD MAIN.PY , YOU NEED PYTHON AND PYGAME INSTALLED TO MODIFY CODE
Hello, this is Chess Unbound, a chess game on PythonXPygame, made by LolosharaGd, it is open source, and you can add anything you want to the code. New pieces, new modes, anything - and publish it. The only thing you need to do - credit me and original (this) project, in the code there is a list where I will list mods for this project (where you added something). If you made a mod and I haven't listed it there (because I haven't saw it or for other reasons), send it to me in Discord, my @ is @loloshara
Also i will list mods here:
- Right now the list is empty, but you can fix it :>
Install instructions
TO RUN THE GAME:
- Download main.exe
- Run it and play :)
TO MODIFY SOURCE CODE:
- Download main.py
- Open it in any text editor
- Modify the code as much as you want :)
- (Optional) You can upload your mod (modified game) to itch.io, crediting me and this project, to upload .exe you can use pyinstaller. however, research how to use it yourself
Development log
- A small new update93 days ago
Comments
Log in with itch.io to leave a comment.
Yeah i got some feedback and it turns out my code is not very readable and flexible, oops