first game project EVER

Started by
8 comments, last by CoffeeCoder 10 years, 10 months ago

shall I leave a link? :)

https://code.google.com/p/herogame/

*cringe*

I had to stop development since the code became so very convoluted I had no idea what the hell was going on.

Still, did learn a hell lot :D

a WIP 2d game engine: https://code.google.com/p/modulusengine/

English is not my first language, so do feel free to correct me :)

Advertisement
Care to post some screenshots ?:)

Meh, could be worse. You've gained the wisdom to laugh this one off :) .

I've seen people swear by their horrid code and no amount of logic could penetrate their skulls.

Biggest WTF: hosting the game on a source version control site, but not actually using version control...

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

indeed xD

a WIP 2d game engine: https://code.google.com/p/modulusengine/

English is not my first language, so do feel free to correct me :)

The guy should have used the Berkley License instead. I hate MIT.

... and the thread has a new "biggest WTF".

Surely BSD and MIT have to be the two most similar licenses in the world?

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]


... and the thread has a new "biggest WTF".

Digital Woe is just the latest incarnation of a guy who was recently banned (as far as I can tell for posting habits). It looks like he hasn't changed.

... and the thread has a new "biggest WTF".


Digital Woe is just the latest incarnation of a guy who was recently banned (as far as I can tell for posting habits). It looks like he hasn't changed.


The funniest part, is the guy used goof prog as his yahoo in his profile. kindof an idiot move to use the same email address that your old account is based on.
Check out https://www.facebook.com/LiquidGames for some great games made by me on the Playstation Mobile market.

... and the thread has a new "biggest WTF".


Digital Woe is just the latest incarnation of a guy who was recently banned (as far as I can tell for posting habits). It looks like he hasn't changed.


The funniest part, is the guy used goof prog as his yahoo in his profile. kindof an idiot move to use the same email address that your old account is based on.

Yup. That's how I recognized him.

My first game code consisted of something similar to this (it was in DarkBASIC, a now fairly ancient tool that The Game Creators really should update...):


// Rotate the coins to look pretty
yrotate object 1, wrapvalue(object angle y(-3))
yrotate object 2, wrapvalue(object angle y(-3))
yrotate object 3, wrapvalue(object angle y(-3))
yrotate object 4, wrapvalue(object angle y(-3))
yrotate object 5, wrapvalue(object angle y(-3))
yrotate object 6, wrapvalue(object angle y(-3))
yrotate object 7, wrapvalue(object angle y(-3))
yrotate object 8, wrapvalue(object angle y(-3))

As you can see, I hadn't yet learned about for-loops... :D

My website! yodamanjer.com
My development blog!

Follow me on Twitter! [twitter]jwg1991[/twitter]

This topic is closed to new replies.

Advertisement