Jump to content

Search the Community

Showing results for tags '#phaser'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 3 results

  1. Hello! I've just done a game with Phaser for a game jam requiring to make a game with < 5 minutes of gameplay. The game is about an automaton trying to repair a clock tower while chaotic energy is tearing it apart. You can play it on GameJolt: http://gamejolt.com/games/arcade/the-clock-the-chaos/70751/ --- Controls: Use the arrow keys or WASD. Left and right to move, up to jump, down to repair. Don't let chaos reach the inner gears. If they break, the game ends Media used: Images and animations are all done by programming, using canvas drawing primitives. They are generated as the game starts. The music is "suddenly, i feel alone" by OmegaP The sounds are public domain from freesound.org The font is "Metamorphous" by Sorkin Type Co Developed using: Game done using Javascript with the Phaser framework. Text editor: Notepad++ Image editor: None Sound editor: Audacity
  2. Hi, I thought it would be cool to see more maze games so I made an example with Phaser: http://www.patricko.byethost9.com/testproj/index2.html It uses the Depth-first search algorithm. I found numerous examples of its implementation here: http://rosettacode.org/wiki/Maze_generation#JavaScript There are several other maze generation algorithms, but 'depth-first' is the most commonly used for games. I kept the example basic but did implement it with Phaser tiles. I'm pretty sure there is potential to do some cool stuff on top of the maze using the Phaser tiles functionality.
  3. Does Anyone known about good touch-related phaser tutorials or game with that kind of source code? Phaser examples is having only two post about touch events - one about debugging and another about joystick. And they both does not describe touch events work well I think. Because in debug example all magic occurs under the hood and joystick example used secondary library. Please, link there, if you know good staff about this. I think i will be helpful for all. Thanks.
×
×
  • Create New...