Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.18 KB

Fun and Nostalgic Games Repository

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.

Accepted Game Tools

We accept games built using the following simple game development tools:

  1. Python with Pygame
  2. JavaScript with HTML5 Canvas
  3. Lua with Love2D
  4. C# with Unity
  5. Java with LibGDX
  6. C++ with SFML
  7. Ruby with Gosu
  8. Haxe with OpenFL
  9. Go with Ebiten
  10. PICO-8's Lua

Existing Games

  1. Hangman - A classic word-guessing game built with JavaScript. Test your vocabulary skills!
  2. Rock Paper Scissors - The timeless hand game, now in digital form. Play against the computer and see who wins!

How to Contribute

  1. Fork the repository to your own GitHub account.
  2. Clone the project to your local machine.
  3. Create a new branch: git checkout -b my-new-feature.
  4. Make your changes and commit them: git commit -m 'Add some feature'.
  5. Push to the branch: git push origin my-new-feature.
  6. Submit a pull request.

Happy gaming! 🎮✨