Jump to content

Search the Community

Showing results for tags 'minesweeper'.

  • 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 9 results

  1. Hello all, My name is Alexander and I am a professional HTML5 game developer from St Petersburg.I'd like to present you my new HTML5 game HyperDiver: https://playerburg.com/games/hyperdiver/ It is a dungeon crawler game in a minesweeper style with role-playing elements (collect loot and upgrades system) in a space setting. The game is also available on Google Play, in popular Russian social network and on some online games portals. The game was developed with Phaser framework. Server side was implemented as REST API with PHP+MySQL: leaderboards, ratings, registration, authorization There are lots of game-design ideas still not implemented because of the lack of resources. And I learned a lot while working on this project. I've improved my skills as a game-designer and as a programmer also. There were lots of difficulties in the working process and the current minimalistic and simple version means that more than 50% of the implemented features were removed at all. I'm novice in a game marketing and I don't exactly know how to promote my game so I don't monetize it now. If you are publisher and you think that this game has future, I will be glad if you help me to publish and promote it together as partners. I can modify the game in accordance with your request: add more features or implement any possible API. Making a game even so simple like mine is a great journey and I wish everybody to have this kind of experience! Good luck to all! Regards, Alexander
  2. We make new website for html5 games by Cocos Creator, it is very usefull tools for game developer.
  3. Minesweeper https://riniken.de/polygon/minesweeper/v2.html Simple like the original. Use a long tap / shift click to mark a bomb and a normal tap/mouseclick to open a field. (Pinch to Zoom is implemented as Beta)
  4. Mineslither: Play snake and minesweeper simultaneously. You need to uncover mines to feed your snake, which you must do constantly or else it will starve. http://www.kongregate.com/games/omp_/mineslither Controls: - WASD / Cursor Keys: Move Snake - Left click: Explore square - Right click: Flag mine - F11 - full screen The game uses the DawnBringer 32 color palette. I made all graphics except for the minesweeper tiles which I pilfered from the original game.
  5. I'm excited to show you guys my first HTML5 phaser game! You can play here cruzlutor.com/games/pirates It's a minesweeper permadeath game, full inspired in runestone kepper and dungelot, you need to find the key and the door at each level, use tap to attack and hold tap to get enemy or item information. The game is still in development, but you can play the first 9 levels, the game is for mobile and web, for test reasons you can see the FPS counter at the corner Please feel free to give me your feedback You can get more information about the game in cruzlutor.com [spanish]
  6. borbit

    Minefield

    Hello guys, Let me introduce my pet project, Minefield: Minefield is an endless minesweeper you can play with other people. I am constantly working on it at my spare time and I write about it on my twitter. Here it is http://mienfield.com I hope you will like it
  7. Hi everyone! I made this game to improve my JavaScript skills. And I'm wondering your opinion on my codes. Thank you in advance for your comments. Demo: http://selahattinunlu.com/minesweeper-game/ Github: https://github.com/selahattinunlu/minesweeper-game
  8. Hello friends! Here is my first Phaser game -- Minesweeper. Game: http://blog.francis.wang/minesweeper/ Source: https://github.com/go717franciswang/phaser-ms (Because I am still learning Phaser and Google Play game service API, I was experimenting with a lot of things. As a result, the code base was a horrendous mess ) I chose to remake minesweeper because it is one of my favorite games, and it has simple logic. I used Google Play game service to enable persistent leaderboard and achievement. Some difficulties I had during development: I didn't have a good way to listen for simultaneous left and right mouse button click because onInputDown would only trigger one time when both buttons are clicked at the same time. My workaround was whenever onInputDown was triggered, game engine checked if the other button was clicked around the same time (https://github.com/go717franciswang/phaser-ms/blob/master/js/play.js#L192).Just found out this doesn't work on all browsers. Looking for a more reliable way to solve this.I tried to add Google Play game service event tracking for the number of clicks, flags, wins, etc to show some interesting stats in the achievement page. The Google API did not allow sending event data once per game because each game window may be too short or too long to be a valid API request. So I wrote an event manager that sends new data every 60 seconds (https://github.com/go717franciswang/phaser-ms/blob/master/js/gapiEventManager.js). I welcome all feedback, and am looking forward to making more Phaser games! Francis
  9. Bugsweeper Full Screen is an JavaScript & HTML5 version of the classic Minesweeper game. The game is a total waste of time. Play in Browser
×
×
  • Create New...