Pages

Monday, August 6, 2018

Space Scape 1.0.0.0 (HTML/JavaScript)



My another open source game project released on GitHub. Space Scape is originally created in C++ programming language but this is a basic shooter game version created in HTML/JavaScript. Sound effects and fonts are used for polishing the game. The game screen is responsive, which means that it can fit to different computer screens. I used combination of CSS and JavaScript to achieve this functionality. I hope this small project can be helpful to you in learning and creating something new. The project itself is not so complex, it has only around 600 code lines.

Gameplay:
Red enemy space ships are coming from the top of the screen. You have to destroy them to get score. The game level will be increasing after some time and more and more enemies will be coming down. Do not crash, you have only one life.

Controls:
W/A/S/D: Move
Space: Shoot

Play online at: https://nihadliu.github.io/space-scape/

Visit my GitHub profile: https://github.com/nihadliu

No comments:

Post a Comment