Boolean Operations Limited Posted March 14, 2017 Share Posted March 14, 2017 (edited) This is version 2 of my game Descensus from several years ago. It's a simple but difficult 2D physics game in which you have to guide the ball to the ground by swiping bars on screen, bouncing it around spinning saws and off moving terrain objects. There's a time limit to reach each 100m stage, and you can use terrain objects to your advantage as well. It was written using the physics library p2.js and the rendering library Pixi.js. I wrote in in TypeScript, bundled with Webpack, developed using Visual Studio Code. The Android version was packaged using the cloud build system Monaca, bundling the Crosswalk webview (hence the relatively large APK size). It doesn't use any PhoneGap APIs - the sound is all HTML5 Audio. I did most of the testing on desktop so I know that it works nicely with both mouse and touch. I have put an online version (with sound disabled) at http://booleanoperations.com/descensus2 Play Store link: https://play.google.com/store/apps/details?id=com.booleanoperations.descensus2 Video: https://www.youtube.com/watch?v=9BWii8aokbQ Edited June 18, 2017 by Boolean Operations Limited Added link to online version Quote Link to comment Share on other sites More sharing options...
Boolean Operations Limited Posted June 6, 2017 Author Share Posted June 6, 2017 I've put the source on GitHub: https://github.com/TomWHall/Descensus2 Quote Link to comment Share on other sites More sharing options...
kuuuurija Posted June 7, 2017 Share Posted June 7, 2017 I played the web version. Nice game! Edit: you should link the version too. Quote Link to comment Share on other sites More sharing options...
Boolean Operations Limited Posted June 18, 2017 Author Share Posted June 18, 2017 On 2017-6-7 at 10:11 PM, kuuuurija said: I played the web version. Nice game! Edit: you should link the version too. Thanks! I have updated my post with a link to the online version. 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.