Crash Man Forever

Show off your games, demos and other (playable) creations.
Post Reply
User avatar
CogentInvalid
Prole
Posts: 27
Joined: Sat Dec 14, 2013 12:15 am

Crash Man Forever

Post by CogentInvalid »

In the year 200X, Dr. Wily realized that, like all manufactured objects, robots can be mass-produced. Taking advantage of this new knowledge, he led Mega Man straight into his newest trap: a factory that produces wave after wave of the best Robot Master: Crash Man. Will Mega Man defeat the Crash Men and leave this place alive? Of course not; there's an infinite number of them. It's fun to see him try, though.

Image

Instructions:
Enter - start/pause
Arrow keys - move
Z - jump
X - shoot

This runs on LOVE 0.8.0, by the way. Kind of inconvenient that 0.9.0 was released less than an hour ago, really.
Attachments
crash.love
(2.58 MiB) Downloaded 276 times
Last edited by CogentInvalid on Sun Dec 15, 2013 2:58 am, edited 1 time in total.
User avatar
Nsmurf
Party member
Posts: 191
Joined: Fri Jul 27, 2012 1:58 am
Location: West coast.

Re: Crash Man Forever

Post by Nsmurf »

Nice, but very hard. I haven't been able to kill a crashman yet :(

Also
200X
so >3 years ago?
OBEY!!!
My Blog
UE0gbWUgd2l0aCB0aGUgd29yZCAnSE1TRycgYXMgdGhlIHN1YmplY3Q=
User avatar
XCaptain
Prole
Posts: 23
Joined: Tue Apr 09, 2013 11:18 am

Re: Crash Man Forever

Post by XCaptain »

Nsmurf wrote:Nice, but very hard. I haven't been able to kill a crashman yet :(

Also
200X
so >3 years ago?
200X
X is the roman numeral for 10 so it would be 20010
Also this is a nice game, but I've never played Mega Man and suck at this :crazy: .
User avatar
Mermersk
Party member
Posts: 108
Joined: Tue Dec 20, 2011 3:27 am

Re: Crash Man Forever

Post by Mermersk »

Nice, but yes very hard! I can barely get a shoot at him.
User avatar
NightKawata
Party member
Posts: 294
Joined: Tue Jan 01, 2013 9:18 pm
Location: Cyberspace, Room 6502
Contact:

Re: Crash Man Forever

Post by NightKawata »

What is this error and why Image
"I view Python for game usage about the same as going fishing with a stick of dynamite. It will do the job but it's big, noisy, you'll probably get soaking wet and you've still got to get the damn fish out of the water." -taylor
User avatar
CogentInvalid
Prole
Posts: 27
Joined: Sat Dec 14, 2013 12:15 am

Re: Crash Man Forever

Post by CogentInvalid »

NightKawata wrote:What is this error and why
Seems to be something going wrong with the font loading. I've re-uploaded the file; it should be fixed now.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Crash Man Forever

Post by bartbes »

There was probably an unescaped backslash in there.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: Crash Man Forever

Post by Jasoco »

bartbes wrote:There was probably an unescaped backslash in there.
Yep. It should have been before that apostrophe. Or the quotes. Either way, when dealing with strings, make sure to escape certain characters with a slash when needed.
User avatar
pk
Citizen
Posts: 67
Joined: Wed Dec 14, 2011 2:13 am
Location: Texas, United States
Contact:

Re: Crash Man Forever

Post by pk »

I get the pattern, it's just really tedious.
Jasoco wrote:
bartbes wrote:There was probably an unescaped backslash in there.
Yep. It should have been before that apostrophe. Or the quotes. Either way, when dealing with strings, make sure to escape certain characters with a slash when needed.
This is where long strings and concatenation come in really handy:

Code: Select all

glyphs = [[ !"#$%&'()*+,-./0123456789:;<=>?]] ..
         [[@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_]] ..
         [[`abcdefghijklmnopqrstuvwxyz{|}~]]

font = love.graphics.newImageFont("font.png", glyphs)

love.graphics.setFont(font)
ALL CREATURE WILL DIE AND ALL THE THINGS WILL BE BROKEN. THAT'S THE LAW OF SAMURAI.
Post Reply

Who is online

Users browsing this forum: Google [Bot], veethree and 45 guests