Welcome to Old School Game, a collection of classic games designed to boost brain power and improve cognitive skills. Relive the nostalgia of timeless games while giving your mind a workout!
- Tic Tac Toe: The classic game of Xs and Os. Play against an opponent and sharpen your logical reasoning skills.
- Sudoku: The popular number puzzle that challenges your patience, memory, and problem-solving abilities.
More games will be added soon to keep your brain engaged and entertained!
We welcome contributions! Whether it's adding new games, fixing bugs, or improving existing features, feel free to get involved.
-
Fork the repository.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/Old-School-Game.git cd Old-School-Game
-
Create a new branch for your feature or bugfix:
git checkout -b feature/new-game
-
Setting Up the Project
-
Install the project dependencies: Make sure you have Node.js installed on your machine. Then, run the following command to install the necessary packages:
npm install
-
Run the development server: Once the dependencies are installed, run the development server:
npm run dev
-
The app will be running on
http://localhost:3000
by default. Open this URL in your browser to start playing the games!
-
-
Make your changes.
-
Commit your changes:
git commit -m "Add new game: Chess"
-
Push the changes to your fork:
git push origin feature/new-game
-
Open a Pull Request (PR) on the main repository with a clear description of your changes.
Now you're all set to make contributions!
Thank you for contributing to Old School Game! Keep your brain sharp and have fun! 🧠✨