Page 1 of 1

punkt

PostPosted: Tue Jun 20, 2017 6:34 pm
by aoneill
I am excited to share another game I'm working on!

Image

It is a clone of a game a friend of mine made, Krets. Simple concept, but it gets surprisingly difficulty very quickly!

I've only tried this on an emulator, so let me know if you experience any problems running it on actual hardware.

Source: https://github.com/aoneill01/gamebuino-punkt
Release: https://github.com/aoneill01/gamebuino-punkt/releases

Re: punkt

PostPosted: Tue Jun 20, 2017 8:49 pm
by erico
Looks surprisingly fun! ;)

Re: punkt

PostPosted: Wed Jun 21, 2017 6:16 am
by frakasss
You should add it to the game section!! :-D

I really like this ind of 'looks easy but quite difficult at the end' games! Congrats! :-)

Re: punkt

PostPosted: Wed Jun 21, 2017 9:19 am
by Sorunome
This is looking awesome!

Any reason you used a custom title screen?

Re: punkt

PostPosted: Wed Jun 21, 2017 12:31 pm
by aoneill
Thanks guys!

Custom title screen as opposed to gb.titleScreen()? I'm using that too. Mostly I thought it just looked cool, but it was a nice place to put an option for viewing instructions. 8-)

Re: punkt

PostPosted: Tue Jul 04, 2017 1:43 am
by aoneill
Using a slightly modified version of Myndale's awesome Simbuino4Web, I've figured out how to link directly to a game: http://games.aoneill.com/play.html?hex=https%3A%2F%2Fraw.githubusercontent.com%2Faoneill01%2Fgamebuino-punkt%2Fmaster%2Fbin%2FPUNKT.HEX

Should work for other hex files as long as wherever they are hosted has CORS enabled.

Re: punkt

PostPosted: Tue Jul 04, 2017 11:49 am
by Linky439
Simple but damn fun concept!

I'll install it on my gamebuino when I get it back, that's for sure. Good job with the online emulator, even if the game looks blurred (that might be a choice of yours as it isn't the case when you run the game in Simbuino4Web?) and the highscore isn't saved.

But that's some fun game you have here! :)

Re: punkt

PostPosted: Tue Jul 04, 2017 10:46 pm
by aoneill
Thanks! Yeah, the blur in the emulator isn't intentional. Chrome and Firefox look correct to me, but I'll have to tweak the css a bit more for IE/Edge. Good idea on saving the high score!