Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaynegi45/old-school-game
Step back in time with Old School Game, where classic games meet modern-day brain training! Sharpen your mind and have fun with nostalgic games, all designed to boost your cognitive power and keep your brain in top shape.
https://github.com/ajaynegi45/old-school-game
hacksquad hacktoberfest hacktoberfest-accepted hacktoberfest2024 javascript nextjs14 socker-io typescript
Last synced: about 1 month ago
JSON representation
Step back in time with Old School Game, where classic games meet modern-day brain training! Sharpen your mind and have fun with nostalgic games, all designed to boost your cognitive power and keep your brain in top shape.
- Host: GitHub
- URL: https://github.com/ajaynegi45/old-school-game
- Owner: ajaynegi45
- Created: 2024-09-06T16:46:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T04:29:08.000Z (5 months ago)
- Last Synced: 2025-01-08T10:13:05.050Z (about 1 month ago)
- Topics: hacksquad, hacktoberfest, hacktoberfest-accepted, hacktoberfest2024, javascript, nextjs14, socker-io, typescript
- Language: TypeScript
- Homepage: https://oldschoolgame.vercel.app
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Old School Game 🎮🧠
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!
## 📚 Games Available
1. **Tic Tac Toe**: The classic game of Xs and Os. Play against an opponent and sharpen your logical reasoning skills.
2. **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!
## 🤝 Contributing
We welcome contributions! Whether it's adding new games, fixing bugs, or improving existing features, feel free to get involved.
### Steps to Contribute:
1. **Fork** the repository.
2. **Clone** the forked repository to your local machine.
```bash
git clone https://github.com/your-username/Old-School-Game.gitcd Old-School-Game
```
3. Create a **new branch** for your feature or bugfix:```bash
git checkout -b feature/new-game
```4. 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:
```bash
npm install
```
- **Run** the development server:
Once the dependencies are installed, run the development server:```bash
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!
5. Make your changes.
6. **Commit** your changes:```bash
git commit -m "Add new game: Chess"
```7. **Push** the changes to your fork:
```bash
git push origin feature/new-game
```8. 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! 🧠✨