Git Product home page Git Product logo

arcadeproject's Introduction


Creaters:


Arcade Project

Description of the project

This project made as part of Oriented Objects Programming in C++ 
course, taken on summer semester in 2021.
In this project, I've created an arcade, which contains 3 games: 
Chess, Checkers and Amazons (PVP).

Functions of the arcade

1. The user can choose which game they'd like to run, and a new game can be created,
   while saving the progress of the last game played
   (no limit of running games in the background).
2. Each game can be played until one of the players wins the game (or loses, in some cases),
   and the finished game will be saved in the list of running games, or be deleted, for user's choice.
3. If the player is not satisfied of their current game, it can be deleted,
   and the arcade will load the next game the user created (if existed).
4. The user can choose to save their current game in a file, and load it when necessary.

Arcade Options List

1.  Add a new game
    - Choosing between Chess, Checkers and Amazons.
2.  Move to the next game
    - Load the game which was created right after the current one running.
3.  Delete current game
    - Delete the game and move to the next game, if existed.
4.  Show game details
    - Is the game still on?
    - Who's turn is it?
    - Who's the winner if the game ended?
5.  Show possible Moves
    - Choose a position on the board, and show all possible repositions for the chosen stone.
6.  Show threats
    - Choose a position on the board, and show all the stones threating it.
7.  Make a move
    - Move a chosen stone from current position to a new one.
8.  Exit menu
    - Shutting all games (without saving them), and exiting the arcade.
9.  Save game to file
    - Save current game progress to a file.
10. Load game from file
    - Load a game from a file, and continue the game from its last stop

Games' Rules

arcadeproject's People

Contributors

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