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