Git Product home page Git Product logo

alm-game-launcher's Introduction

ALM-Game-Launcher

ALM includes 3 games:

  • Chess
  • PacMan
  • PacGHOST
  • Feature list

    Chess Board Pawn Bishop Queen King Rook Knight

    FIlES

    • Piece
    • Knight
    • Rook
    • Bishop
    • Queen
    • Pawn
    • King
    • Driver
    • GUIPanel a layout with a grid of buttons and listeners each. custom color and size. On mouseover, changes color. The buttons(pieces) have ♔♕♖ icons from unicode to identify them. 64 buttons, some have a label, some don't. The text size of that will be large. Background image will be a chess board that the buttons lay on top of.

    Nested array x, y positions Each instantiation of a piece has a x and y integer, a boolean for black and white, a boolean isAlive, and has methods. The individual pieces override and extend the piece class.

    Each button has a listener. Upon click, 1. Determine if that is a valid piece for the person who's turn it is. 2. If yes, listen for next button press. 3. Now, determine if that is a valid move: algorithm varies based on piece and if the selected moving slot has a piece already. If it does have a piece of the same color, invalid. If it has a piece of the other color, continue to individual piece algorithms. MUST take into account that a bishop cannot travel through another piece on its way. Therefore, must map out the path the piece will travel(except knight). Must know inital starting position for weird rules like pawn movement and castle king/queen side.

    win conditions- test every possible move for the king and for the other pieces. Must be done from beginning of game. Every turn, check if king is in danger.

alm-game-launcher's People

Contributors

coleblackman avatar johnlink1 avatar

Watchers

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