Rutsy Posted April 4, 2015 Share Posted April 4, 2015 (edited) Hello everyone, I am currently in a game programming class at my college. The class uses Python, more specifically the pygame library, to learn basic game development. I am not a Computer Science major though, I just learn how to program as a hobby. I hope you all enjoy the process of this project. The game is to be presented in three weeks and I only hope to have it done. It is not for a grade, but more of an assignment to show what you can do at the end of the class. If anyone wants to contribute in anyway to it, be it art, code, or ideas, post here or PM me. I am open to any suggestions. Enjoy, Rutsy Things I currently need: A name More items Better sprites Fix collision detection Fix item spawning Create background Game theme etc. Here are some screenshots of the project so far: Red = Old version Green = Current Version ----------------------------------------------------------------- 4/6/2015 Added Start screen Added Game Over screen Added first "test" enemy Added new text font Project Files: Test enemy: Start Screen: Game Over Screen: 4/4/2015 First release: Basic everything Project files: Wall/Floor/Block sprite: Health item sprite: Current level, sprites rendered, and level: Edited April 6, 2015 by Rutsy Quote Link to comment Share on other sites More sharing options...
Mysteryy Posted April 4, 2015 Share Posted April 4, 2015 Interesting to see languages other than java being used. I use python a decent amount, but have never made an attempt at video game development in it. Typically I use it for networking programs (using sockets), and for programming device interaction on Raspberry pi for some side embedded system type projects. I am currently working on a packet sniffing program in it for a class. Anyway, good luck. ^_^ Quote Link to comment Share on other sites More sharing options...
Eliot Posted April 4, 2015 Share Posted April 4, 2015 Neat, I love Python and am interested to see how your project goes! Quote Link to comment Share on other sites More sharing options...
7331337 Posted April 4, 2015 Share Posted April 4, 2015 If it's really a simple 2d platformer you should be able to do it in less then 12 hours total. Quote Link to comment Share on other sites More sharing options...
Czar Posted April 4, 2015 Share Posted April 4, 2015 Interesting thread, nice to see gamedev! Quote Link to comment Share on other sites More sharing options...
Rutsy Posted April 4, 2015 Author Share Posted April 4, 2015 Interesting to see languages other than java being used. I use python a decent amount, but have never made an attempt at video game development in it. Typically I use it for networking programs (using sockets), and for programming device interaction on Raspberry pi for some side embedded system type projects. I am currently working on a packet sniffing program in it for a class. Anyway, good luck. You are clearly more experienced then me! Thank you Mysteryy. Neat, I love Python and am interested to see how your project goes! I will update the progress as I go, thank you for the interest. If it's really a simple 2d platformer you should be able to do it in less then 12 hours total. 12 hours probably for an experienced programmer. I am having a lot of problems with my collision statement, so I'm stuck here. Interesting thread, nice to see gamedev! Thank you Czar, I hope to finish this game in time. I appreciate everyone commenting. Quote Link to comment Share on other sites More sharing options...
Reid Posted April 4, 2015 Share Posted April 4, 2015 Rutsy, Good luck with development, Keep us updated Reid Quote Link to comment Share on other sites More sharing options...
Rutsy Posted April 6, 2015 Author Share Posted April 6, 2015 (edited) Rutsy, Good luck with development, Keep us updated Reid Reid, Thanks for the support man. I really appreciate it. I usually only work on the game during the week so hopefully I will be able to show a small video or something of my playing the game at its current state. Thank you, Rutsy Edited April 6, 2015 by Rutsy Quote Link to comment Share on other sites More sharing options...
Botre Posted April 9, 2015 Share Posted April 9, 2015 Very nice. I hate python myself, really don't like it :p Are you writing the engine purely from scratch? Anyhow, games are another perfect way to get into programming, enjoy Quote Link to comment Share on other sites More sharing options...
Rutsy Posted April 9, 2015 Author Share Posted April 9, 2015 Very nice. I hate python myself, really don't like it Are you writing the engine purely from scratch? Anyhow, games are another perfect way to get into programming, enjoy Botre, I am using Python and the Pygame module to write my game from scratch. I will post the source to my code online. I personally like Java's syntax better, but Python is simple and mandatory for the game programming class that I am in. This project is due on Monday. Rutsy 1 Quote Link to comment Share on other sites More sharing options...