I've remade an old game I used to play called Go Go Roppongi Stick. I call my version Roppongi Plus. It's got all the original levels, I plan to add some more soon.
The only controls are the left and right mouse buttons. You'll figure it out pretty quick.
Roppongi Plus
Roppongi Plus
- Attachments
-
- roppongi.love
- Newer version - five new levels
- (279.78 KiB) Downloaded 305 times
-
- roppongi.love
- First version - original levels only
- (67.19 KiB) Downloaded 219 times
Last edited by middlerun on Tue Mar 27, 2012 6:25 am, edited 4 times in total.
Re: Roppongi Plus
You're using npot images... I ran it with LÖVE 0.7.2 and I could only see the line and a clean, white background. Also, if I make the yellow border of the line touch the right border of the screen in the first level with LÖVE 0.7.2 I get this (Windows) error:
With LÖVE 0.8.0 I get this (LÖVE) error instead:
The above does not apply to left border.
Code: Select all
Runtime error!
Program: %PATHTOLOVE
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Code: Select all
main.lua:131: Attempt to get out-of-range pixel!
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Roppongi Plus
Fuuuuun o.O
The game is awesome. The only thing you could change are the images
very cool. Thanks
edit:
after some trys , some problems.
- The game crash sometimes if you go left or right out of the area
- if it not crashs left and right... you have solved the level :/
The game is awesome. The only thing you could change are the images
very cool. Thanks
edit:
after some trys , some problems.
- The game crash sometimes if you go left or right out of the area
- if it not crashs left and right... you have solved the level :/
Re: Roppongi Plus
OK those issues should be fixed now.
Re: Roppongi Plus
Jup does not crash.
But in some levels you are still able to cheat by swing out of the area left and right.
But in some levels you are still able to cheat by swing out of the area left and right.
Re: Roppongi Plus
Awesome game! Dunno what Larsii means about the images, it's a pretty cool style; but I do agree that you can cheat quite easily.
Also, you it seems to only detect the ends of your stick-thing hitting objects, and not the section in between. Is this intentional?
Also, you it seems to only detect the ends of your stick-thing hitting objects, and not the section in between. Is this intentional?
Re: Roppongi Plus
It's easier and faster, and I think it only retards the death of half a second
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Roppongi Plus
Yeah, it's intentional. That's how the original game was, and I think some levels would actually be impossible to solve if collision detection was run on the whole stick.timmeh42 wrote:Also, you it seems to only detect the ends of your stick-thing hitting objects, and not the section in between. Is this intentional?
EDIT: The cheating thing is now fixed.
Who is online
Users browsing this forum: No registered users and 2 guests