Space Shooter Extended & Mobile
| | | | |

Space Shooter Extended & Mobile

Introduction Space Shooter is a top down Shoot’em up game where you control a space ship and you can move or shoot to dodge incoming rocks and enemy ships. You can  shoot rocks or enemy ships to score points. You can move anywhere on the screen to dodge or shoot where the obstacles/enemies drop from…

Roll A Ball
| | | |

Roll A Ball

This demo is for the unity tutorial i followed named roll a ball(Full tutorial here). The tutorial was built using latest Unity version 2017.1.0f3. This tutorial teaches the basics of unity development from setting up the game layout, adding game objects, programming in C# scripting, controlling game object through keyboard buttons, detecting collisions and collecting game…

Wikipedia Article Reader

Wikipedia Article Reader

Wikipedia Article Reader This app uses wikipedia api to get random articles from wikipedia or use wikipedia search api to list down wikipedia results for a term using wikipedia. This page uses Bootstrap, Wikipedia API and AngularJS 1.5.8. View the full pen at https://codepen.io/jawadrashid2011/full/VmrMyL Links: Wikipedia Random Article API https://en.wikipedia.org/wiki/Special:Random Wikipedia API https://www.mediawiki.org/wiki/API:Main_page Wikipedia API…

Current Weather App

Current Weather App

Show the Local Weather This app gets the current location in coordinates form from ipinfo using ip for the user and uses that to get weather information from openweathermap.org. Then it changes background based on weather condition. This page uses geolocation to display the current weather for the user and changes background based on the…