Table of Contents
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.
- Tic Tac Toe
- Connect Four
- Memory
- Chess (Coming Soon)
- 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
To get started with Arcade, you will need to set up your development environment. You will need the following tools:
- Clone the repo
git clone https://github.com/conceptcodes/arcade.git
- Install NPM packages
yarn install
- Copy over your env file
cp .env.example .env
- Run the development server
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat(scope): Add some AmazingFeature (fixes #123)'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
David Ojo - @todo-labs - [email protected]
Project Link: https://github.com/conceptcodes/arcade