Page 1 of 1

A simple game

Posted: May 28th, 2013, 5:13 am
by Radix
Hello

Wanted to share a simple game I made. It is largely based on the Poo-dodging game of Lesson 14... with a few modifications here and there.

The code is not sexy ... but it works lol.

Cheers =)

Also, the following design for the sprites come from here (http://games.mochiads.com/c/g/nyan-cat-fly/screen4.jpg ), the rest I made myself.

And hold space to move faster.

Re: A simple game

Posted: May 30th, 2013, 11:15 pm
by LuisR14
haha cool, nyan cat stuff :-p

Re: A simple game

Posted: May 31st, 2013, 10:01 am
by Syncan
That's a lot of putpixels! Did you write that all by hand or did you use some kind of tool to generate them?

Re: A simple game

Posted: May 31st, 2013, 3:58 pm
by Radix
Syncan wrote:That's a lot of putpixels! Did you write that all by hand or did you use some kind of tool to generate them?
Yeah I did =) A bit too much time on my hands, I used Excel though (it made it way easier cause you can use some simple formulas (specifically CTRL+F, concatenate, and abs reference) to do it in a reasonable amount of time).

However, Lux made an image converter! Check it out if you want to save time on hand coding. http://www.planetchili.net/forum/viewto ... ?f=3&t=991

Re: A simple game

Posted: May 31st, 2013, 5:26 pm
by Syncan
Interesting... thank you :)

I understand that there will be a lesson to load bmp's from a file. I am at lesson 13 now, so I wait patiently until that's explained by Chili.

Re: A simple game

Posted: June 10th, 2013, 12:07 pm
by Liam
This is a great use of what we have learnt so far. Maybe an end game image would help, got confused for a bit when the cake disappeared. The toilet is always good.
But other than that great use. Hope to see more from you.

Liam