Jump to content

Search the Community

Showing results for tags 'grid based'.

  • 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. Alien Step (ver0.9) has released on Kongregate on Nov 4. You play as an alien agent collecting orbs from all the realms for the interest of their specie collective. The game is inspired by some of the games I liked in the old Windows era: Chip's Challenge from Windows 3.1, and Tinker from Vista Ultimate. Also Sega's Chu Chu Rocket also has a bit influence. The game has a total of 24 main levels, 6 extra levels & 3 tutorial levels. (as of current version) PLAY HERE: https://www.kongregate.com/games/Allentthesnouty/alien-step dev log: https://snoutyplays.weebly.com/devlog---alien You're welcome to comment: level's difficulty, your thoughts on game design, your favorite & hated levels, etc.
  2. Now renamed 'Alien Step', is a grid-based action puzzler web game. You play as an alien collecting orbs to beat the levels. Official release v0.9 will be released in this October. But first try my demo (actually named 'Alien Maze Demo #2' before ) ? It comes only 16 levels + 3 tutorial levels (demo only) https://allentthesnouty.itch.io/alien-maze-demo2
  3. I've published the first version of my grid-based physics plugin for Phaser 3 (a port and improvement from the Phaser 2 version). It makes it easy to create a game where the movement is restricted to tiles or a grid and comes with helpful built-in features such as a system for pushing objects or walking on one-direction tiles. I'm making the plugin to use it in a RPG I'm developing but it's suitable for everything from Sokoban-like games to Rouge-like. However, the development of the plugin will be focused to add features I need and fixing bugs that affect my game. Let me know if you use the plugin and feel that stuff is missing or if you run into issues. I won't be adding stuff just for the sake of the plugin unless there is a demand. 1. Testing a bridge and tiles will collidable borders. 2. Testing one-way collision (and I got stuck). 3. Turn-based mode with smooth animations. Multiple bodies getting pushed. DEMO http://metroid.niklasberg.se/P3GridPhysics/ (Use dat.gui to toggle turn-based mode, maximum number of bodies the player can push, velocity and more) Github: https://github.com/nkholski/phaser-grid-physics
×
×
  • Create New...