Wednesday, March 23, 2016

HTC Vive Game Development

So this is a little off topic from the normal Pygame discussions help on this site, but I wanted to recommend anyone with a little extra time (and a significant amount of extra money) to develop a game for the HTC Vive! I had an amazing experience using some Unity asset packages to develop a game for the HTC Vive, and I recommend that everyone try it out if you get a chance.

If you want to try out the game I worked on, you can download it form GitHub here (HTC Vive not required to play the game).

My team and I were able to create a decent virtual reality game with only novice Unity and C# experience. Below is a great resource to learn the basics of Unity and C# so you can jump right into creating VR games like we did!


Thursday, August 27, 2015

Free Python GUI programming course from Udemy!

Hello anyone eager to learn some more Python knowledge! Udemy is giving followers of this website an opportunity to take one of their premium $79 dollar Python courses for free!

Thursday, August 20, 2015

Game Saving, New Levels, and Pickles - Pygame5

Thursday, March 12, 2015

Implementing a Quadtree Collision System

Friday, February 27, 2015

New Particle Simulator on GitHub

Hey everybody! I started a new repository on GitHub for a particle simulator using Pygame and Python. The simulator has all the basics, including gravity, collision detection, and particle orbits.
Here is a link to the repository: https://github.com/flpymonkey/Particle-Simulator