Name: Anonymous 2011-08-21 10:17
http://www.youtube.com/watch?v=8IUnqm8j4BE
I programmed a little 4d game, based on the old snake for the phone.
I program for hobby and I never took a real lecture of IT. What I learned is based on internet tutorial.
I started with Python and Tkinter, which I already had some knowledge. The game went out neat but it was really slow. Because of the rendering function which where really demanding for the CPU.
So I decided to learn C++ and OpenGL, I started in may, and 3 month later:
I wrote a the game in Qt, OpenGL and C++.
I programmed a little 4d game, based on the old snake for the phone.
I program for hobby and I never took a real lecture of IT. What I learned is based on internet tutorial.
I started with Python and Tkinter, which I already had some knowledge. The game went out neat but it was really slow. Because of the rendering function which where really demanding for the CPU.
So I decided to learn C++ and OpenGL, I started in may, and 3 month later:
I wrote a the game in Qt, OpenGL and C++.