X Grid
X Grid
I'm a noob and this is my first game. Most of the code is jQuery. It's just a simple, casual numbers game. Not exactly my favorite type of game, but it's what I'm able to create so far. I'm currently studying web development, and I'm still learning my chops, though I would love to take on more ambitious projects in the future.
Any feedback would be appreciated.
http://andysgamelab.com/xgrid.php
Any feedback would be appreciated.
http://andysgamelab.com/xgrid.php
Re: X Grid
Interesting game, fun to play when bored
and nice interface too 


http://www.fnaticgames.net46.net/ <-- My website
https://www.facebook.com/FnaticGames2013 <-- Facebook fan page
https://www.facebook.com/FnaticGames2013 <-- Facebook fan page
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: X Grid
I quiet like it, it would be great with some nicer animated art, but even like that it works quiet well.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
Re: X Grid
This is cool
. Nice job for a first game!

- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: X Grid
Very nice! The presentation is great, particularly how the interface teaches you when you make wrong moves. Good work! 

The indelible lord of tl;dr
Re: X Grid
Found some negative scores on the socreboard. Not sure who left them, but if that was someone from this board, thanks for pointing that out! I think I got it fixed now so that you need to at least score 1 point to receive the "enter your name" prompt in the first place.
Re: X Grid
I added some music and sound effects using a jQuery plugin called Soundmanager 2. Seems to work relatively well on desktop, but for some reason it's a little wonky on mobile. Every sound seems to cancel out the previous one (even a simple sound effect cancels the bg music). Doesn't do it on desktop, only mobile.
Anyone particularly familiar with Soundmanager 2?
Anyone particularly familiar with Soundmanager 2?
Re: X Grid
This is pretty great for a first game, man! The sound effects are definitely a nice touch. 

w00t
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: X Grid
Very nice!
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: X Grid
Very nice work!
And sadly, browser-based sound is and will be wonky on mobile browsers for some time. Most of the HTML5 game-to-mobile conversion engines run the game in a native wrapper to get sound to work because it just doesn't work right on mobile in the browser. Most HTML5 game engines offer an option to detect if it is being run on mobile simply to disable all sound.
And sadly, browser-based sound is and will be wonky on mobile browsers for some time. Most of the HTML5 game-to-mobile conversion engines run the game in a native wrapper to get sound to work because it just doesn't work right on mobile in the browser. Most HTML5 game engines offer an option to detect if it is being run on mobile simply to disable all sound.

The indelible lord of tl;dr