Skip to content

Adwaith-Jayan/Code-Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🎮 Code Arcade

Code Arcade is a collection of classic and logic-based mini-games built using modern web technologies. The project is designed to be lightweight, responsive, and fun to play!

🚀 Live Website

Visit Code Arcade

🕹️ Games Included

  • 8 Puzzle Game – A classic sliding puzzle.
  • Tic Tac Toe – Choose between Player vs Player or Player vs AI (Minimax).
  • More Games Coming Soon... – Stay tuned!

📁 Folder Structure

main/
├── public/
├── src/
│   ├── assets/
│   ├── components/
│   ├── games/
│   │   ├── EightPuzzle.jsx
│   │   ├── TicTacToe.jsx
│   │   └── UnderDevelopment.jsx
│   └── App.jsx
├── index.css
├── tailwind.config.js
├── vite.config.js
└── ...

All the main code files are inside the main folder. Make sure to navigate into it after cloning.

🛠️ Tech Stack

  • React + Vite
  • Tailwind CSS
  • JavaScript (ES6)

💻 Getting Started

Clone the repository:

git clone https://github.com/Adwaith-Jayan/Code-Arcade.git
cd main
npm install
npm run dev

📦 Deployment

The project is deployed using Vercel. To deploy your own version:

  1. Push your code to GitHub.
  2. Visit https://vercel.com.
  3. Import the project from GitHub.
  4. Follow the prompts to deploy.

🙌 Contributions

Pull requests are welcome! Feel free to submit a PR with a new mini-game or improvements.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors