Sinisterly
Shitty Project - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Shitty Project (/Thread-Shitty-Project)

Pages: 1 2


Shitty Project - ProfessorChill - 07-06-2018

I fucked up a Python project I made then I decided to move it to C++ anyway so um... Yeah, you guys can have it. It's just using PyGame nothing fancy.

I also went back and formatted/commented it a bit better.

NOTE: It's kinda just a moving block, it has pretty smooth movement though :/

https://mega.nz/#!WIQ2kIAS!zEY5B_Q_pjf77qOw9Ir2rWjoxuy_40uMwt5IQAZvRro

P.S. I know it's shit code, I was just prototyping crap and then gave up making it in Python and just moved to C++ since the end product would need C++ anyway.


RE: Shitty Project - skrtja - 07-06-2018

Thanks for the share! I'm getting into learning Python again soon and this'll be helpful to look at.


RE: Shitty Project - ProfessorChill - 07-06-2018

(07-06-2018, 04:28 AM)skrtja Wrote: Thanks for the share! I'm getting into learning Python again soon and this'll be helpful to look at.

Feel free to message me if you need help (now that I turned on notifications).
Or you can add me on Discord (because I'm on there at work too :/)


RE: Shitty Project - Vultra - 07-06-2018

I'll love to see what you've done with this code. Can't wait to check it out Wink. thanks for the contribution <3


RE: Shitty Project - Percent - 07-06-2018

I am currently learning basic Python as part of my computer science curriculum, so this will be of some use to me. Thank you. Smile


RE: Shitty Project - Skofos - 07-06-2018

Shit code = Junk code Biggrin thats are same


RE: Shitty Project - Vultra - 07-06-2018

Via looking at the code, it's well organised. Do you do much commenting because, that would be helpful for those that might want to edit your code and expand on what it is now Smile


RE: Shitty Project - ProfessorChill - 07-06-2018

(07-06-2018, 07:31 AM)Mimiakira Wrote: Via looking at the code, it's well organised. Do you do much commenting because, that would be helpful for those that might want to edit your code and expand on what it is now Smile

Any code I want to release to the public is usually very commented, however this one I just kinda downed 4 beers and said fuck it close enough. If you want more commenting on the code I would be more than happy to do so. I always like seeing my code go somewhere.


RE: Shitty Project - Vultra - 07-06-2018

(07-06-2018, 08:07 AM)ProfessorChill Wrote:
(07-06-2018, 07:31 AM)Mimiakira Wrote: Via looking at the code, it's well organised. Do you do much commenting because, that would be helpful for those that might want to edit your code and expand on what it is now Smile

Any code I want to release to the public is usually very commented, however this one I just kinda downed 4 beers and said fuck it close enough. If you want more commenting on the code I would be more than happy to do so. I always like seeing my code go somewhere.

Nar, it's all good. I would do the same predicament if I was drinking. Oh boy, the good old Whiskey JD.


RE: Shitty Project - Bish0pQ - 07-06-2018

Shit game or not, remember that it helped you learn, which is important. I'm sure other people will find it usefull to look at your code and see how you did this. Of course this is far from a full game, but that doesn't matter. Thank you for sharing.