uzudil Posted October 13, 2015 Share Posted October 13, 2015 Check out my retro game "Ermin". Written with phaser, should work on desktop and mobile (tho better on the desktop.) http://uzudil.github.io/ermin/ --U Quote Link to comment Share on other sites More sharing options...
rich Posted October 14, 2015 Share Posted October 14, 2015 That was great fun Reminded me of a classic ZX Spectrum game. Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 14, 2015 Author Share Posted October 14, 2015 Thanks that was the intent. ;-) Quote Link to comment Share on other sites More sharing options...
8bitgrit Posted October 14, 2015 Share Posted October 14, 2015 Very fun, I like the high contrast colors! Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted October 15, 2015 Share Posted October 15, 2015 Haha .. Monty on the run! The game is fun, just wanted to let you know that sometimes the character gets stuck in floors. Quote Link to comment Share on other sites More sharing options...
Zangarian Posted October 18, 2015 Share Posted October 18, 2015 Nice work. Quote Link to comment Share on other sites More sharing options...
gatimus Posted October 18, 2015 Share Posted October 18, 2015 Very fun but a little difficult. I'm not great at platformers though. Quote Link to comment Share on other sites More sharing options...
marcgfx Posted October 19, 2015 Share Posted October 19, 2015 everyone had fun, I hope you don't mind me being less nice.the movement felt very sloppy to me. the enemies move fast, but thats it. its just up down, or left right. it felt like a matter of luck, not skill getting past some areas. the colors are very bland and it's all pretty dark. I missed that I was losing lives, thinking it just restarted where you died. came as a bit of a shock that I would have to restart. sorry, would not play again. I'm sure you can do better! Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 19, 2015 Author Share Posted October 19, 2015 Thank you for your comments! I agree that some of the rooms are too difficult, I plan to fix this soon. Also, I will fix the getting-stuck-in-the-floor bug. BTW, you can see the room editor at /editor.html and the whole game on github: https://github.com/uzudil/ermin So if you want to contribute... ;-) Marcgfx, I'm sorry to hear you would not play again. Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 22, 2015 Author Share Posted October 22, 2015 I updated the movement to try to not get stuck on ladders anymore. Also removed some enemies from the more ridiculously hard rooms. ;-) http://uzudil.github.io/ermin/ Thanks!--U Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 23, 2015 Author Share Posted October 23, 2015 Here is an image of the complete map so far: Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted October 23, 2015 Share Posted October 23, 2015 Here is an image of the complete map so far: Nice, are you using tiled? Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 23, 2015 Author Share Posted October 23, 2015 No I just wrote my own thing... drawing the map is a quick hack in python using the PIL library. Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted October 23, 2015 Share Posted October 23, 2015 No I just wrote my own thing... drawing the map is a quick hack in python using the PIL library. Is it automated? I'm looking for an automated map outliner that can be used for overlays. I'll take a look att he PIL library, thanks! Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 23, 2015 Author Share Posted October 23, 2015 You're welcome to take a look but I doubt it will be useful to you (beyond being an example of how to use PIL.) Here is the source: https://github.com/uzudil/ermin/blob/master/map/map_maker.py WombatTurkey 1 Quote Link to comment Share on other sites More sharing options...
stopviolence Posted October 24, 2015 Share Posted October 24, 2015 fun gameplay but there are some bugs (collision bug when changing screen, mapping bugs on sprites) Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 24, 2015 Author Share Posted October 24, 2015 Do you remember which screen has the collision problem?I'll try to fix the sprites also - it's packed pretty tightly.Thanks! Quote Link to comment Share on other sites More sharing options...
uzudil Posted October 24, 2015 Author Share Posted October 24, 2015 I doubled the size of the sprite atlas and now there is a lot less sprite artifacts. You may have to clear your browser cache to load the new code. Quote Link to comment Share on other sites More sharing options...
san40511 Posted October 27, 2015 Share Posted October 27, 2015 Awesome game. I like it. Hardcore... 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.