Page 1 of 2

Roppongi Plus

Posted: Sun Mar 25, 2012 4:32 pm
by middlerun
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.

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 4:42 pm
by Nixola
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:

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.
With LÖVE 0.8.0 I get this (LÖVE) error instead:

Code: Select all

main.lua:131: Attempt to get out-of-range pixel!
The above does not apply to left border.

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 4:50 pm
by Larsii30
Fuuuuun o.O

The game is awesome. The only thing you could change are the images :x
:D

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

Posted: Sun Mar 25, 2012 5:18 pm
by middlerun
OK those issues should be fixed now.

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 5:28 pm
by Larsii30
Jup does not crash. :)
But in some levels you are still able to cheat by swing out of the area left and right.

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 5:52 pm
by timmeh42
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?

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 6:05 pm
by Nixola
It's easier and faster, and I think it only retards the death of half a second

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 6:51 pm
by kikito
I like this very much!

Re: Roppongi Plus

Posted: Sun Mar 25, 2012 8:07 pm
by felix24
this is pretty sweet man. good job :cool:

Re: Roppongi Plus

Posted: Mon Mar 26, 2012 1:23 am
by middlerun
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?
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.

EDIT: The cheating thing is now fixed.