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.
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.
Crash Man Forever
- CogentInvalid
- Prole
- Posts: 27
- Joined: Sat Dec 14, 2013 12:15 am
Crash Man Forever
- Attachments
-
- crash.love
- (2.58 MiB) Downloaded 309 times
Last edited by CogentInvalid on Sun Dec 15, 2013 2:58 am, edited 1 time in total.
Re: Crash Man Forever
Nice, but very hard. I haven't been able to kill a crashman yet
Also
Also
so >3 years ago?200X
Re: Crash Man Forever
200XNsmurf wrote:Nice, but very hard. I haven't been able to kill a crashman yet
Also
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 .
Re: Crash Man Forever
Nice, but yes very hard! I can barely get a shoot at him.
Email: ic4ruz39@gmail.com
- NightKawata
- Party member
- Posts: 294
- Joined: Tue Jan 01, 2013 9:18 pm
- Location: Cyberspace, Room 6502
- Contact:
Re: Crash Man Forever
What is this error and why
"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
- CogentInvalid
- Prole
- Posts: 27
- Joined: Sat Dec 14, 2013 12:15 am
Re: Crash Man Forever
Seems to be something going wrong with the font loading. I've re-uploaded the file; it should be fixed now.NightKawata wrote:What is this error and why
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Crash Man Forever
There was probably an unescaped backslash in there.
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Crash Man Forever
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.bartbes wrote:There was probably an unescaped backslash in there.
Re: Crash Man Forever
I get the pattern, it's just really tedious.
This is where long strings and concatenation come in really handy:Jasoco wrote: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.bartbes wrote:There was probably an unescaped backslash in there.
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.
Who is online
Users browsing this forum: Ahrefs [Bot] and 8 guests