Search the Community
Showing results for tags 'web app'.
-
hi, i am intrested in purchesing mulltyplayer games for a venture i am developing. my general specifications are : 1. HTML 5 an js based games that can be deployed in a web view. 2. mobile frindly games. 3. acsess to the minified source code so we can change the game assets, images, audio and ect. 4 the cration of game rooms needs to be acsessed directly - witout a lobby - including the game id and parameters in the url ((i.e. "www.example.com/backgammon?room_id=test") 5. cration of the game rooms should be handled a call to an endpoint - for example : a. The user on our client clicks "New Game" for a specific game b. Our client sends a request such as "API_URL/backgammon/newgame" and receives the room ID c. Our client navigates to the game and joins it d. The user can share the room ID to friends so that the friends join the same room directly e. Once everyone leaves the room it can be terminated automatically if possible - i would like to scheduall a zoom/skype call to understand priceing, techincall issuse and see if we can find a way to work together. thank you, Itamar.
-
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! ?