Welcome to the Fun and Nostalgic Games Repository! This is a place where gamers can come together to build and share enjoyable and nostalgic games. Whether you're a seasoned developer or just starting out, we encourage you to join us in creating memorable gaming experiences.
We accept games built using the following simple game development tools:
- Python with Pygame
- JavaScript with HTML5 Canvas
- Lua with Love2D
- C# with Unity
- Java with LibGDX
- C++ with SFML
- Ruby with Gosu
- Haxe with OpenFL
- Go with Ebiten
- PICO-8's Lua
- Hangman - A classic word-guessing game built with JavaScript. Test your vocabulary skills!
- Rock Paper Scissors - The timeless hand game, now in digital form. Play against the computer and see who wins!
- Fork the repository to your own GitHub account.
- Clone the project to your local machine.
- Create a new branch:
git checkout -b my-new-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Happy gaming! 🎮✨