Skip to content

Releases: saiyam-sandhir/Buggs-Python_Game

Buggs-v1.0.0

23 Feb 05:47
6cc07ec
Compare
Choose a tag to compare

Buggs

"Buggs" is a simple yet engaging game developed using Python. The game revolves around a brown bug that the player must control using the w, a, s & d keys on their keyboard. The objective of the game is to avoid the black bugs that move randomly around the screen.

The black bugs appear at different locations, making it challenging for the player to avoid them. If the player touches any of the black bugs, the game ends, and they have to start over. It a simple and casual game that anyone can enjoy.

The project is licensed under the MIT License.


Preview

1
2
3

4

5


Features of v1.0.0

  • Simple and easy-to-use interface
  • Developed using Python's tkinter, customtkinter, turtle, and pygame modules
  • The player controls a brown bug using the w, a, s & d keys on their keyboard
  • The objective of the game is to avoid the black bugs that move randomly around the screen
  • The game does not have any speed increase or high score system, making it a casual and relaxing game
  • The black bugs appear at different locations and move unpredictably, making it challenging for the player to avoid them
  • If the player touches any of the black bugs, the game ends, and they have to start over
  • The game features a colorful and eye-catching design that adds to the overall gaming experience
  • "Buggs" is a great game for killing time and testing your reflexes
  • Suitable for gamers of all ages and skill levels, making it a game that anyone can enjoy.

Requirements

  • Python 3.x
  • tkinter
  • customtkinter
  • pillow
  • pygame
  • turtle
  • and other standard python libraries which are already installed