clowdperson Posted December 19, 2018 Share Posted December 19, 2018 Hey guys, I'm new here. In conjunction with archived posts from this website, Emanuele Feronato's tutorials, and the Phaser 3 examples, I was able to create this game. So I figured I'd show you guys what I came up with for my first HTML5 game. Play here: https://www.galatap.com Gala-Tap is a simple yet challenging game made for mobile devices. The goal is to destroy all of the blocks before they reach the top of the screen. Right now its just a web app for mobile devices but I'm working on a native mobile port. I made it using Phaser 3 and its written mainly in TypeScript. It also communicates with a MySQL database with PHP to obtaion the leaderboard information, and jQuery to display it, shown below: Each game you play, you gain experience, and as you level up you unlock new powerups--like the blue nuke--or the likeliness of a certain power-up would increase. I monetized the game with LeadBolt and though I'm sure it wasn't the best option for advertising networks out there, it definitely was the easiest to integrate into this game without the ads being TOO obnoxious. This is my first game I've made with Phaser 3. Previously I developed games with Java and LWJGL, but just recently I switched to web technologies because I enjoy how cross-platform they are. I'm looking forward to hearing what you guys think! ? 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.