Originally meant to be just a water sim. They seem to be all the rage in simulation videos. Turns out I accidentally made something that acted like sand so I left it in there.
The code can be found here,
Video can be found here.
Computer programming is an artform with a world of opportunity in terms of innovation and design. With computer programs we can communicate, save memories, be entertained, work efficiently, create fiction with as much depth of meaning as the literary classics and generally make the world a more awesome place.
Monday, September 30, 2013
Wednesday, September 11, 2013
Pygame Side Scroller
Some little dude wants that star for his collection or something like that. An experiment written in Python using Pygame in a typical side scrolling, platforming style. I added in switches to make the game feel more dynamic but past that I pretty much free-styled this with no real purpose(I guess this could be compared to an artist's doodling). Although there's nothing unique here it still stands to demonstrate uses of Pygame.
The map is generated using a text file that gives a two-digit code for each 16x16 space. Each unique code identifies a different type of block.
There is code here at Github and video here at Youtube.
The map is generated using a text file that gives a two-digit code for each 16x16 space. Each unique code identifies a different type of block.
There is code here at Github and video here at Youtube.
Subscribe to:
Posts (Atom)