Contributors Forks Stargazers Issues LinkedIn


Logo

Arcade

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Product Name Screen Shot

Welcome to Arcade – a curated assortment of browser-based games designed to captivate and challenge you. The unique twist? You're pitted against AI opponents that promise an exciting and dynamic gaming experience. So dive in, immerse yourself in the world of Arcade, and let the games begin! Your enjoyment is our guarantee.

(back to top)

Built With

  • Next
  • React
  • Tailwind CSS
  • Vercel

Features

  • Tic Tac Toe
  • Connect Four
  • Memory
  • Chess (Coming Soon)

What I Learned ?

  • How to use Tailwind CSS to build a responsive and engaging UI
  • How to use Next.js to build a server-side rendered React application
  • Setting up an AI agent based on minimax algorithm

(back to top)

Prerequisites

To get started with Arcade, you will need to set up your development environment. You will need the following tools:

  • Node.js (Recommended version: +18)
  • Yarn (Recommended version: 1.22.x)

Installation

  1. Clone the repo
     git clone https://github.com/conceptcodes/arcade.git
  2. Install NPM packages
     yarn install
  3. Copy over your env file
     cp .env.example  .env
  4. Run the development server
     yarn dev
  5. Open http://localhost:3000 with your browser to see the result.

(back to top)

Roadmap

  • Complete the Chess game
  • Create a base game class to contain common game logic
  • Add more games
  • Add Unit tests
  • Add Localization support 🤷🏾‍♂️

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat(scope): Add some AmazingFeature (fixes #123)')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

David Ojo - @todo-labs - todo-labs@gmail.com

Project Link: https://github.com/conceptcodes/arcade

(back to top)