Skip to main content

Darek Greenly

Personal blog, expect game dev and web stuff

1GAW – #3 Sliding Puzzle

So I was in Norway this weekend and I though I could make up something quickly for this 1GAW (even though I already missed one weekend) so I made this Sliding Puzzle. I already know HaxeFlixel more than Luxe so I went with it. Web build has ugly fonts (no time to fix it) so I’m attaching flash build below.

In the mean time I also updated a bit the first entry Dodger, go check it out!

Get source on github

Play

EDIT (2018 Dec) Given a wicked state of Adobe Flash Player in modern browsers, this game may not even work anymore. I’m leaving SFW file url and HTML for my future self to make it work somewhere.

https://pub.darekgreenly.com/1gaw/3SlidingPuzzle/SlidingPuzzle.swf

<object
	id="slidingpuzzle"
	style="visibility: visible;"
	data="https://pub.darekgreenly.com/1gaw/3SlidingPuzzle/SlidingPuzzle.swf"
	type="application/x-shockwave-flash"
	width="320"
	height="240"
>
	<param name="menu" value="false" />
	<param name="wmode" value="transparent" />
	<param name="base" value="https://pub.darekgreenly.com/1gaw/3SlidingPuzzle/SlidingPuzzle.swf" />
	<param name="tabindex" value="0" />
</object>

Comments