SpaceMonstersUK Posted May 5, 2017 Share Posted May 5, 2017 Hi, I have an arcade game in development. The game isn't hosted online anywhere just now but it will be on completion at my arcade playstar.mobi Here's a few screens. You can also see a video of the game running on YouTube: The game is written using vanilla JS. It's a cool project as it's involved creating a level editor that outputs a ton of JSON. The data is stored in a MySQL database and I wrote a web front end for dragging and dropping the entities into place. Each entity (sprite) has a load of parameters which really warranted the level editor as manipulating data in a text file is a pain! The resolution of the game is 640 x 960 but scales to the device using CSS vh and vw. The artwork is drawn in Photoshop to 320 x 480 and scaled using nearest neighbour on export to present the retro pixelated effect at 200%. Hope you guys like the look of it. It'll be done end of June. Quote Link to comment Share on other sites More sharing options...
rich Posted May 5, 2017 Share Posted May 5, 2017 Been following this on your blog, looks sweet as hell! Quote Link to comment Share on other sites More sharing options...
SpaceMonstersUK Posted May 5, 2017 Author Share Posted May 5, 2017 Thanks mate. It's been a heck of a challenge but starting to pay off. Considering the insane activity in there it's running very smooth! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.