-
Content Count
23 -
Joined
-
Last visited
-
Days Won
1
chiguireitor last won the day on January 31 2016
chiguireitor had the most liked content!
About chiguireitor
-
Rank
Member
Contact Methods
-
Twitter
johnvillarz
Recent Profile Visitors
1665 profile views
-
Uploading new build with Hero powerups that drop from the aliens. Still need to add new sounds for the powerups and UI elements that let the player know how much of them they have still active. I'm thinking of adding a way for aliens to have powerups too, still deciding how to add them (maybe sacrificing an alien that crashes with the hero grants temporary powerups to the rest of the swarm?).
-
Ok! I've released a downloadeable version! This week i've added sounds, music, explosions, camera shake and a menu screen. Remaining to include are: AI for the Hero (it just shoots mindlessly for now). More variety of enemies. Mini bosses waves. Bosses waves. Network play. I intend to eventually do a Mac release, but as i don't have any way to test them releases that's gotta wait. Windows downloads should be working, i'm going to test them soon as it is kinda late around here (EDIT: Yeap, working)
-
Download here Currently working on a game which twists a little bit the Galaga-like clones of yore. I was developing a Top Down Shooter (hence "project TDS") but it degenerated into a Galaga-like game. The game pits two players in a (for now) endless battle for points, where one side has the ultra-mobile "hero" ship and the other is the "swarm" side. Currently doing it as kind of a pressure relief, as real life is driving me nuts and want to create a small game that brings something "kind of new" to the table. Missing still are: Sounds Music More vis
-
Small error on onFire documentation (Weapon)
chiguireitor replied to chiguireitor's topic in Phaser 2
Welp, one more commit remaining then -
There's currently a small bug on the documentation, regarding the onFire signal of the Weapon class, the order of the parameters is inverted. http://phaser.io/docs/2.5.0/Phaser.Weapon.html#onFire
-
shohan4556 reacted to a post in a topic: [Phaser][Commision][Finished] To the moon Jump
-
To the moon jump! A game made in ~2 days for commisioned work for a cryptocoin promotion. It is a "Doodle jump" clone made in phaser for Web and Android support. You can play it here (warning, heavy advertising and promotion). I streamed on livecoding.tv the whole development of this game, the related videos are the following: https://www.livecoding.tv/chiguireitor/videos/raXeV-diem-games-python-javascript-and-html5-9 https://www.livecoding.tv/chiguireitor/videos/gmr3D-diem-games-python-javascript-and-html5-10 https://www.livecoding.tv/chiguireitor/
- 1 reply
-
- jump
- vertical platformer
-
(and 1 more)
Tagged with:
-
webgl2 [WebGL2] [WIP] Ganymede Gate DX
chiguireitor replied to chiguireitor's topic in Game Showcase
Last two weeks i've been slowly but surely making the DX frontend achieve feature parity with the open source frontend. Namely, the sprite work is massive, compared to the relative easyness of creating weapons with just a new character on the ascii frontend. Here i started working on some weapons: After getting them to a "good enough" state i copy them to the sprite sheet and complete the outlined on-the-floor sprite: This process must be done for each sprite, as they need to look "complete" when on the floor but there's some Z-ordering going on in the marine's hands w -
mattstyles reacted to a post in a topic: [WebGL2] [WIP] Ganymede Gate DX
-
AhmedElyamani reacted to a post in a topic: [WebGL2] [WIP] Ganymede Gate DX
-
webgl2 [WebGL2] [WIP] Ganymede Gate DX
chiguireitor replied to chiguireitor's topic in Game Showcase
This week i finally began integrating the new frontend to the game engine. It is chugging right along, but real-life is proving it harder to develop everyday.(Missing here are the enemies, items and several props note rendering, because of implementation not being done yet)Gamepad Support: One thing that was surprisingly easy to do is implement the input handling from gamepads. As the game is HTML5 based, there's an array and an event that alerts you from gamepads, and then you poll it every frame for changes. Nothing complicated, nothing too involved: var gamepads = navigator.getGamepads( -
webgl2 [WebGL2] [WIP] Ganymede Gate DX
chiguireitor replied to chiguireitor's topic in Game Showcase
Ok.... i'll try to connect all this new graphical frontend to the game engine this week, so this can be properly compared in-game (several people have told me already that the busy random tile placement isn't helping to understand the images, which is true). Thanks for your feedback everyone! -
webgl2 [WebGL2] [WIP] Ganymede Gate DX
chiguireitor replied to chiguireitor's topic in Game Showcase
Finally have sprite hue shifting in, also there's one little effect i'm applying to enhance readability of the game, what of these two images would you prefer? -
webgl2 [WebGL2] [WIP] Ganymede Gate DX
chiguireitor replied to chiguireitor's topic in Game Showcase
Perk icons at work!