-
Content Count
15 -
Joined
-
Last visited
About reopucino
-
Rank
Member
Contact Methods
-
Website URL
http://reopucino.com
-
Twitter
reopucino
Profile Information
-
Gender
Male
-
Location
Indonesia
Recent Profile Visitors
2587 profile views
-
wow so nostalgia... i have used flaskpunk before, and create some game with that framework
-
reopucino reacted to a post in a topic: Just Released "Paddle Force" - fast-paced update on the classic pong.
-
reopucino reacted to a post in a topic: Panda 2 is now 50% cheaper
-
reopucino reacted to a post in a topic: [Artist][2D/3D] looking for a project
-
reopucino reacted to a post in a topic: Panda 2 Cloud building
-
reopucino reacted to a post in a topic: Panda Remote on Xbox One
-
reopucino reacted to a post in a topic: Panda 2 Release notes
-
wow.. i really love your work..
-
reopucino reacted to a post in a topic: Panda 2 Trial version available now!
-
reopucino reacted to a post in a topic: Panda 2 Release notes
-
wow.. that a big games list.. congrats guy
-
reopucino reacted to a post in a topic: can moving geom?
-
wow.. that really help thanks
-
welcome aboard Robert
-
wow interesting game..
-
cool game, but sadly kongregate user more love with idle game
-
hello guys, I'm new with phaser, and have try and learn with phaser. Now i try to create a clone game https://play.google.com/store/apps/details?id=com.zerologicgames.findaway you can check here https://reopucino.github.io/let-connect/ but i have problem when playing with phone look like this here is a full code of my game window.onload = function(){ game = new Phaser.Game(480, 480, Phaser.AUTO); game.state.add("GameArea", Gamearea); game.state.start("GameArea"); } var Gamearea = function(game){}; Gamearea.prototype = { firstClick:true, nodeCheck :
-
Nrjwolf reacted to a post in a topic: Viking: Way to Valhalla
-
wow that really cool...
-
shohan4556 reacted to a post in a topic: Super-Gala-Shooter
-
lol.. yeah.. maybe i should change 2+x to other button to start this is free art, you can check from superpowers-html5.com hello tooo, yeah.. another comment so i should change Z+X to start to other button. wow.. great thanks i must admit this game a lot of flaws and i'm still need experience to fixing this. And any way thank to all you have test my game i will fix and improve that game regards
-
Super-Gala-Shoter it's SHUMP game for #1GAM january use arrow to move you ship and Z to shoot feature : one boss six type enemy one health create by superpowerhtml5. link game play http://gamejolt.com/games/shooter-gala-shooter/119570 https://reopucino.itch.io/super-gala-shooter
-
floor is geometry rectangle.. And doesn't have any physic.. but I had to solved that. i'm using "game.debug.geom(floor, '#0FF000');" on render function var floor;function create() {floor= new Phaser.Rectangle(20, 20, 40, 40);game.debug.geom(floor, '#0FF000');}function update() {floor.x += 2}
-
Hello can I'm moving geomentry? I try to use this function update() {floor.x += 2}but that script doesn't work.