Jump to content

Search the Community

Showing results for tags 'kongregate'.

  • 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. Reap is a game in which you can take life and give it back to anything that moves. When something is ‘out of life’ it moves slower and vice versa. Reap features 24 levels that reward thoughtful playing, skill and patience. Play it here: https://www.kongregate.com/games/Alienplay/reap Let me know what you think about the game. Thanks!
  2. Reservoir Cleansing. Short arcade type game, just kill the enemies each level: ARROWS (UP & DOWN) - Switch character Z - Attack X - Heal C - Power up (Character upgrades when bar fills) (MAX is Golden armour) It was just a small project to take a break from a big one (kaeBLUE). Won't be doing much to this , but any feedback will help improve any future versions, or even other games. - PLAY ON KONGREGATE - Thanks ?
  3. It's been a while... i'm here to introduce my new mini game, also my 2nd game ever published. TAP 'N DASH As a mini game, took me about 3 month to build it. The game is inspired by Japanese arcade game such as 'Hyper Bishi Bash Champ'. It's originally a remake of my old flash game project, many graphic assets were already been made, thus the shorter game development... Gameplay is simple: Run the turtle character to the finish line by quick-solving picture quizs (by tapping). You can build combos, or tap on solo-tiles to get TURBO, 1x HEALTH or more, get higher highscores and ratings. Fundmentally it's a brain-finger reflex game, with a bit of action & puzzle element. It can be easy for some people and very challenging to others. It might seems easy at first, but the REAL challenge is when you start playing 'SIMILAR' mode. A brain teaser. Play the game HERE. to read my dev logs, go to my website HERE. So tell me how you feel about the game, do you like it or not? Give some comments down below!
  4. Hi, I just uploaded a game made with on Kongregate to its own server (using the option webgl/html5): https://www.kongregate.com/games/olycape/flappy-tours In the game I use the onDown event: game.input.onDown.add (this.myfunction, this); In the free server where I have it hosted everything works correctly: http://jjgames.pcriot.com/ The problem is that on touch screens and only on the Kongregate website, raising your finger generates the onDown event. Due to this the control becomes very difficult in touch screens. From what I see the game is embeded in an iframe from one of its servers. I would like to avoid the use of onTap, since it is not very agile for this type of game. Has anyone else had this issue? Any advice?. Thanks in advance. Regards.
  5. Whenever I upload it, it says it can't find phaser+all the levels! Here is the index.html code: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>The Adventure of Bleekofla</title> <script type="text/javascript" src="phaser.min.js"></script> <script type="text/javascript" src="loader.js"></script> <script type="text/javascript" src="Start.js"></script> <script type="text/javascript" src="ref.js"></script> <script type="text/javascript" src="ref1.js"></script> <script type="text/javascript" src="ref2.js"></script> <script type="text/javascript" src="intro.js"></script> <script type="text/javascript" src="battle.js"></script> <script type="text/javascript" src="house.js"></script> <script type="text/javascript" src="Level1.js"></script> <script type="text/javascript" src="Level2.js"></script> <script type="text/javascript" src="Level3.js"></script> <script type="text/javascript" src="Level4.js"></script> <script type="text/javascript" src="Level5.js"></script> <script type="text/javascript" src="Level6.js"></script> <script type="text/javascript" src="outro.js"></script> <script type="text/javascript" src="cred.js"></script> <script type="text/javascript" src="old.js"></script> <style type="text/css">body {margin: 0;}body{ background-color:black; }</style> </head> <body> <body background="assets/plumbus.png"> <script type="text/javascript"> var game = new Phaser.Game(1080,560, Phaser.AUTO); game.state.add('loader', loader); game.state.add('ref', ref); game.state.add('ref1', ref1); game.state.add('ref2', ref2); game.state.add('Start', Start); game.state.add('intro', intro); game.state.add('house', house); game.state.add('battle', battle); game.state.add('Level1', Level1); game.state.add('Level2', Level2); game.state.add('Level3', Level3); game.state.add('Level4', Level4); game.state.add('Level5', Level5); game.state.add('Level6', Level6); game.state.add('outro', outro); game.state.add('cred', cred); game.state.add('old', old); game.state.start('loader'); game.lives = 3; game.levels = 1; game.plubs = 0; game.spawns = 0; </script> </body> </html>
  6. Hi all! for about 4 months, me and a few other guys have been working off and on, on a small arcade game for Kongregate. It's a simple, right moving, endless adventure game where the main character (Hazard) is on a quest to tame the Forever Forest. Plus he has burning hair! The game made it's debut on Kong last night and we'd LOVE it if ya'll would give it a shot (and please rate!) Here's the link to it http://www.kongregate.com/games/Pangeeum/pangeeum-forever-forest
  7. My latest game published in kongregate. Below is the game link, story is about good bird vs devil bird, but this bird is lazy and can't fly for longer duration, so he needs keep bumping. http://www.kongregate.com/games/socialpilgrim/lazy-bird
  8. After the relative success of our first game, Clementine: horror sheep, and requests we should improve the game, we are about to come out with a new game called Clementine 2; the escape. This game would allow you to save and load and play as different characters. If you would like to see our old game it is here. Our developer page for the game is here. When the game is released I will let the community know. Thankyou! (see the attachment for development screenshot)
  9. Hi , Iv just finished the first version of my game Pixel Panic! In the game you play a pixel character and you goal is to either complete the levels with the least amount of jumps or try and get the highest score in the endless mode. Bug fixes for the game are made available within 24 hours . Comments are welcome . A Link to the game is just below the logo. The game is available to play on Kongregate . http://www.kongregate.com/games/oxhey/pixelpanic
×
×
  • Create New...