Skip to content

Releases: CodingNinjaXtreme/Coding-Projects

Pong Game

28 Jun 01:12
a281da5
Compare
Choose a tag to compare

Added better GUI for menu, added a countdown timer, a pause option, and platform detectionImproved the GUI for the menu, added a countdown timer, included a pause option, and implemented platform detection.

Dodge the Falling Blocks

27 Jun 01:28
0ff9b55
Compare
Choose a tag to compare

This game serves as an introduction to pygame. Topics covered in the game include collision, text rendering, player input, and graphics. Feel free to use it, and if you enjoy it, a star would be greatly appreciated!

Full Changelog: 1.0...v2.0

Pong Game

25 Jun 01:07
8540250
Compare
Choose a tag to compare

I independently developed this game as a way to explore the fundamentals of game design and programming, utilizing an x,y coordinate system for managing collisions, drawings, and animations. Aimed at beginners, the project features simple geometric shapes like rectangles and circles, making it accessible while also illustrating essential concepts in graphics and collision detection.

Full Changelog: https://github.com/CodingNinjaXtreme/Coding-Projects/commits/1.0