Jump to content

woozy
 Share

Recommended Posts

Hi everyone,

I want to share the first game I've made using Phaser! While it is fully playable, there is still plenty of room for improvement. In case you like it and want to contribute, check out the GitHub repository. The game code is released under the permissive MIT License!

 

pendulum - A physics-inspired 2D browser game for both mobile and desktop that involves an alien swinging from a rope to avoid obstacles in randomly generated, fully destructible levels.

demo-video.gif

Click here to play!

 

There are currently 100 randomly generated levels, based on a Python script using Perlin noise. The levels are implemented not as sprites, but as bitmap graphics, and a custom routine handles the collision of the alien's rope with the surrounding level. The bitmap-implementation also allows the player to completely alter/destroy the level! This feature may however create some performance issues, especially on older mobile systems. On mobile, the game is controlled by the touch of just one finger, while you need one button and the mouse on desktop. See the GitHub page for more information on the project.

As this is my first gamedev-project, I am happy about any feedback, suggestions or complaints you might have! :)

Link to comment
Share on other sites

  • 2 weeks later...

Nice game, got stuck on level 3 though with no way to move to another level.
The game is lacking progression though. There's no level counter, or stars or menu. It's fun to play but lacks depth because it's just level after level.

I'd say initially, add a menu, pause button with menu options (restart, home, skip level, etc.) just so if a level is too hard the player can always restart.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...