Giter VIP home page Giter VIP logo

shadowchess's Introduction

ShadowChess

101

Description

This is ShadowChess, a Chess variant with a story and a different turn system. While in chess players move one after another (first white then black then white again...) giving advantage to white, in ShadowChess the currently playing player will have the move advantage. ShadowChess naturally has a lot of systems and mechanics attached as it is an interactive story set in a fictional universe, with fictional characters, struggling for a moral lesson or at least trying to make the player reflect on it.

Bug reporting

You can report bugs by installing all dependencies and running ShadowChess in Python or simply using the .exe provided by the Itch.io page (https://shadow9876.itch.io/shadowchess). Either way you should mainly report bugs that can be reproduced, here below I'll list the steps of reporting bugs.

  1. You encounter a bug
  2. Can I reproduce it? If so, what steps are required to make this same bug happen?
  3. Now open GitHub and navigate to ShadowChess, open the Issues tab and create a New issue
  4. Try to explain the bug and provide as much context as you can (or think is necessary)
  5. Submit your findings

(It's not a problem if you can't reproduce the bug, but in that case try to give as much context as necessary)

100

Prerequisites

  1. Python 3.11 - https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe
  2. Pip - https://pip.pypa.io/en/stable/cli/pip_download/
  3. All modules included in "ShadowChess.py" - pip install <module name> (Some modules you'll have to install are "Cython", "numpy", "customtkinter" and "Pillow")

How to run

  1. Open "Command Prompt" and navigate to the folder called "ShadowChess" (cd <PATH to folder>)
  2. Run the following command: python ShadowChess.py or python3 ShadowChess.py

How to convert it into an .exe

Because ShadowChess uses customtkinter it's necessary to follow these steps: https://github.com/TomSchimansky/CustomTkinter/wiki/Packaging

Short version:

pip show customtkinter

You get a Path from that, then you type the following:

Windows:

pyinstaller --noconfirm --onedir --windowed --add-data "<CustomTkinter Location>/customtkinter;customtkinter/" "<Path to Python Script>"

Linux:

pyinstaller --noconfirm --onedir --windowed --add-data "<CustomTkinter Location>/customtkinter:customtkinter/" "<Path to Python Script>"

shadowchess's People

Contributors

shadow9876github avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.