I just finished writing my first puzzle game. I never really liked writing them but here is my finished game.
I posted it on my website at www.easyclip2d.com on the home page.
The source is included as well.
I just finished writing my first puzzle game. I never really liked writing them but here is my finished game.
I posted it on my website at www.easyclip2d.com on the home page.
The source is included as well.
All I get is “Edit” on the screen after I press “Play” or “Continue”.
Same here,
Also for some reason, the game is running at a reduced resolution. If its not going to run max resolution or at least a “stretched” screen(over 1/2 screen around game window is black borders), then why have it full screen at all?
There is a variable within the source called edit. set it to false. you can change the resolution as well in the source. Ill go ahead and re post this cause i did notice i uploaded the wrong version.
There is a variable within the source called edit. set it to false. you can change the resolution as well in the source. Ill go ahead and re post this cause i did notice i uploaded the wrong version.
I made it to lvl 7 then stopped.
Its great progress so far! Its a good start but still needs some tweaking/polishing imho.
You should really consider trying to get it into an applet because a lot more people I bet would be willing to give it a go.
as far as tweaking and polishing, I think ill leave it as it is, it only took a few days to make. I was just seeing how well easy clip could stand up to it. And play all the levels. Theres more than just one color of laser. and more to do than just reflect light.
I like the puzzle, especially on mix and filter things though I can’t pass Lv16. Need toggle of fullscreen/window because I have a wide screen monitor so it’s kinda strecthed.
Yes, there’s alot of things that need to be plugged into the game, but with how small it is Im not going to bother, you may do it yourself if you prefer to. The source is included, and you may play around with the code. The main constructor in the file LazRs.java is the main file that runs the game. The constructor holds a call to a super constructor by passing in the width and height of the screen display while in full screen mode. If you remove the 32 from the constructor, it will enable it to be window mode instead, also the source has been tweaked a bit from the compiled version. You need to change the variable ‘edit’ to false. otherwise no levels will be loaded and the variable maxLevels to 18 or however many data files there are.