Skip to content

Snake-Game 1.0.0

Compare
Choose a tag to compare
@JeongHan-Bae JeongHan-Bae released this 21 Jan 22:02
· 17 commits to main since this release
2173121

Snake-Game 1.0.0 Release

๐Ÿ Snake-Game 1.0.0 is here! ๐ŸŽ‰

What's Inside?

Snake-Game is a C++ implementation of the classic Snake game with a simple Qt visualization. The project consists of two main parts:

  1. Snaky Library: The core game logic packed into an easy-to-use library. If you're not using Qt, no worries โ€“ there's a dynamic link library (DLL) version available.

  2. SnakeGame Qt Visualization: The exciting part! This is where the magic happens. Enjoy the game in all its graphical glory with the Qt framework.

Easy to Use

  1. Download: Grab the source files, conveniently packed in the Qt source folder.

  2. Build Snaky Library: If you're not using Qt, build the Snaky library. A dynamic library (libSnaky.dll) is provided for non-Qt implementations.

  3. Build and Run Qt Application: Execute the main function in SnakeGame/SnakeGame/main.cpp to experience the game in the Qt environment.

Cross-Platform Friendly

  • The Snaky library is designed to be platform-independent.
  • Easily integrate it into non-Qt implementations or even use it in other languages like C#.

License

Snake-Game is released under the MIT License. Feel free to use it however you like. Have questions or suggestions? Connect with the author at [email protected].

Let the Snake Games Begin! ๐Ÿ•น๏ธ๐ŸŽฎ

Explore and adapt Snake-Game to your liking. Whether you're a Qt enthusiast or working in a different environment, the game is ready for some fun!

Full Changelog: https://github.com/JeongHan-Bae/Snake-Game/commits/v1.0.0