Jump to content

Search the Community

Showing results for tags 'simple'.

  • 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

  1. I was just playing with physics, I start to adding shapes and a ball, playing around with forces and moving objects and end up with this little toy, I really like the result and I decided to publish it on my site, I add a single button to shoot. I hope yo like it. http://c1ic.mx/hoops/
  2. Check out BlockTanks, a simple yet addicting MMO Tank Game made with nodeJS and Websockets. In BlockTanks, you move a tank and shoot players on the opposite team, getting as many kills as you can. No need to create an account, just type in a name and play! The game's features include: Real time player combat A maze-like map that two teams of tanks can navigate through Four types of power-ups Chat features Tank Skins I made a post about this game a few weeks back, and I have been working on the game since. Here are the new features: By popular request, I've made an invincibility power-up that lasts for ten seconds. The map changes every day to keep the game interesting. I have added more tank skins, along with a list of all the current working tank skins. Server bugs have been fixed to reduce server crashes. A respawn timer has been added and the kill count at the top has been redesigned. Play the game at: blocktanks-kevdude749.rhcloud.com Hope you like it! Also, if anyone has any tips/experience with promoting and marketing a game, I would be glad to know UPDATE: BlockTanks now has a bot feature which allows for single player gaming when no one else is online (which occurs often ). If you log on and there is no one else online, a bot will spawn on the other team and fight against you until someone else joins. Please give it a try and let me know what you think of the new AI!
  3. Hi there folks! It's been a while since I posted something in here, glad to be back! I have a fair amount of experience in game development using JS Canvas, but recently I decided I had move on - so I went with Pixi. I figured out the basics of how to add sprites, do filters and such, but I just can't seem to figure out how to do simple lines and then manipulate them afterwards. What I mean is something like this: https://jsfiddle.net/gustavgb/anxcjfof/5/ I noticed that PIXI.Graphics has an object attached to it called "graphicsData" in which I can find the points that make up the line - great - but when changing the value of these variables, nothing happens to the appearance of my line. I'd appreciate any help, as I'm quite new to Pixi Thank you!
  4. Hey there! I am a selftaught hobby programmer and want to get more into game programming. This game is basically finished, but not thoroughly tested on multiple devices, so there might be bugs. As you can see in the screenshot, it is a really simple boardgame with no graphics . The player's goal is to get 4 of your stones in a line, but to avoid putting 3 stones in a line before. Here is the link to the game: https://kricki.rocks/4wins3loses/ And here is the link to the code, if you are interested: https://github.com/nicoa47/4wins3loses Since I am learning, I tried to code everything from the bottom up. Importantly, this game features an account system, so your highscores can be logged and you can play against other people over the internet. I'd love to here your feedback and, as I know it is rough around the edges, would like to know what should be "fixed" first. Thank you! Nico
  5. Hello everyone, BlockTanks is a simple and explosive multiplayer tank game. Join other players in a fast-paced and destructive team deathmatch. Collect weapons and defeat the enemy team using strategy, cooperation, or good old-fashioned brute force. Play the game at blocktanks.net Features: Lobby with multiple maps and matches. Power ups like rockets, bombs, and flashbangs. An account system so you can track your stats and level up. Unlockable items such as stickers and decals. Made with Phaser and NodeJS, and hosted on AWS Lightsail.
  6. Hi everyone, I'm just finish a simple game: QUE. Que's a lightweight game. Just tap and follow poses in your screen. Coding: HTML5/PIXIJS. Game: QUE - A simple tap style game with stick-man. Just tap and follow poses in your screen. Que's mean is stick-man in Vietnamese Screenshot: Fig1. Main menu when start Que Fig2. Playing que, just tap to change pose to stack screen pose que_s.mp4 Fig3. Video preview Platform: All platform build with pure Cordova (lightweight). I'll release all platform like: iOS, Window, Linux, Mac - Android: https://play.google.com/store/apps/details?id=xyz.pico.que -Web: https://que.abcgame.xyz or https://pico-que.firebaseapp.com/. Review: Welcome to you!
  7. Hello i would like to present you my first HTML5 game that i made, and it's called putz!!! It is very simple puzzle game with simple mechanic and minimalistic desing yet it is very interesting and addictive. You can check it here. Also here are some screenshots. I would love to if you try it and give me feedback. Thank you!! Link to the game --->>> https://www.kongregate.com/games/david260_/putz
  8. PONGIS

    PONGIS

    PONGIS is a simple and addictive ball game that runs in mobile and desktop browsers. While graphics are held simple, the underlying behavioral "psychology" of the AI opponents creates a unique game personality. www.pongis.com
  9. Greetings! I see quite often around these parts and in further fields, that there are constantly people who are just starting out asking how to add networked multiplayer functionality to their HTML5 games. I was one of them, and I hated the near absence of practical explanations that were written in concise, plain-English, yet still detailed, of how to get started. So, I made a simple game example/template using Socket.io and Phaser, and documented the hell out of it. Almost everything gets a few lines of comments to explain what is doing what, and I haven't assumed any prior knowledge, aside from core JavaScript and being able to set up NodeJS and how to view the game in a browser. The main focal point is using Socket.io, as the game framework can be easily interchanged to one of your preference. Hopefully this will save a few hours and headaches for people who don't have a clue what they are doing. https://github.com/Arcanorum/basic-networked-multiplayer-game
  10. Hey @Deltakosh, @Sebavan or @RaananW can i pick you guys brains for a sec... I am trying to use the Simple Material with lighting support. But for some reason the 'BACK-SIDE' of the lighted surface is really black. This is the simple code i use to create a SimpleMaterial: var tester:BABYLON.AbstractMesh = this.scene.getMeshByName("Tester Cube 3"); var material:BABYLON.SimpleMaterial = new BABYLON.SimpleMaterial("simpleMaterial", this.scene); material.diffuseColor = BABYLON.Color3.White(); material.diffuseTexture = new BABYLON.Texture("/scenes/amiga.png", this.scene); tester.material = material; But take a look a t the Cube on the LEFT... That is using the BABYLON.SimpleMaterial and the Cube on the right with looks perfect is using a standard shader and material. Why is the back side too black when i thought SimpleMaterial supports the basic lighting workflow??? Note the Beautiful shadows ... One is BAKED using Lightmaps and the Other is realtime ... But the look beautiful
  11. Hi All; I'm trying to revive an game I used to run back in 2010 on facebook, back then we used flash/AS. it's a simple dice game, would like to start with single player, but might want to add mulitplayer in the future, but that's not a priority now. I'm looking for someone who's committed as i have other web projects that might require attention, please mail me at tamerokail -at-gmail with some example work and hourly rate. thank you!
  12. Bounce To Dodge (Android Game) Bounce To Dodge is my second published game made with the Phaser framework. Game-play is very simple, just tap the screen to speed up the ball and avoid the spikes. The game's features include: Arcade Style Graphics Google Play Services Leaderboard Two types of game mechanics https://play.google.com/store/apps/details?id=com.bouncetododge Hope you enjoy, and be sure to rate 5 stars if you like the game.
  13. Tilt The Dot (Android Game) This is my first Android game made with the phaser framework called Tilt The Dot. To play, tilt your device to move a little dot on the screen. Move the dot to hit the blue goals. How high can you score? The game currently consists of 9 characters, a leaderboard, and arcade style graphics. Since the last update, I have added several new and improved features including: - A more comprehensive tutorial - New character! (Dog) - Adjustable device sensitivity - 3-second countdown before gameplay Play it on Android here: https://play.google.com/store/apps/details?id=com.tiltthedot Hope you like it!
  14. Hi! I'm new to phaser and i'm having some problems with my backgrounds not repeating (I don't want it to move, just repeat on X). Attached is what is happening. My code so far has preload : function(){ ... GAME.load.image('backgrounds', 'img/backgrounds.png'); ...},create : function() { ... BACKGROUND = GAME.add.tileSprite(0, -16, 160, 144, 'backgrounds'); ...}Do I have to programatically repeat the background on update? Thanks
  15. Hi all, This is the first game that I've made by myself in HTML5, although I'm not that new to programming in general. It's name is pretty self-explanatory. You use the arrow keys or WASD to move about, and you click on the screen to shoot in that direction. Enemies spawn randomly outside the screen at an ever-increasing rate, and if even one of them touches you, you die. Luckily for you, they don't come straight at you. Instead, they essentially follow a delayed (and invisible) version of you. This makes it possible to slip between their ranks, as becomes necessarily as you progress farther into the game. Play the game here: http://git.io/swarm I made the game in pure HTML5 (Javascript), and it took me a decent chunk of a day. I spent a couple more hours spread out over the next few days on record storage, nicer menus, and of course, bug fixes. If you want to see the code, you can check out its GitHub repo here. The graphics are really basic, since I didn't want to spend time making sprites, but I actually kind of like its retro aesthetic. I tested out a couple of new features, but in the end they made the game less fun. If you have any suggestions or critiques for this game or for future games, I'd love to hear them. Screenshots
  16. Hi all, The name of my game, "Dodge the Swarm", pretty much speaks for itself in terms of the gameplay. You essentially try to shoot and outmaneuver a swarm of enemies in order to survive. The enemies come out from the walls, and the spawn rate increases as the game progresses. The graphics are really simple because I didn't want to spend that much time drawing sprites (and I actually kind of like its retro aesthetic). This is the first game I've made by myself using pure HTML5/Javascript, although I'm not that new to programming overall. So far I haven't spent that much time on this project—part of one day getting the basic gameplay done and then a few more hours over the next couple of days setting up the record storing, polishing the menus, and fixing bugs—and I'm not quite sure where I'll go from here. Some added features and nicer graphics would be good, although I might move on to create something bigger and better instead. Let me know what you guys think since I don't have much previous experience building web apps or programming with graphics in general! You can play the game here: http://git.io/swarm (if you want you can also checkout its GitHub repo here, although there's not much in it) The start screen (end/death screen looks similar): Easy gameplay when run has just started: Medium gameplay as the game get well into the first minute: Very hard gameplay (for me at least) as you approach three minutes: P.S. My personal best as of right now is 3:25.64!
  17. Saw Wing Fighter Aircraft is a fast paced one button arcade game made in HTML5 with Phaser framework. Play it either on your desktop or mobile browser using this link: http://m.askforgametask.com/games/sawwing Mission: Destroy all enemy gas balloons! Weapon: Saw Wing, a modern fighter aircraft equipped with a lethal saws on its wings. Aviator (and national hero): You, as the best flying ace ever after shooting down thousands of enemy gas balloons. Control: Just tap or click to expand the wings of your aircraft. Fatal danger: Flying near the mountains, rockets launched from enemy balloons. Absurd, creative, brutal, funny. Definitely worth a try! http://m.askforgametask.com/games/sawwing
  18. As part of a new series on building simple games with open source code and assets, I built this game - http://gamedolph.in/sample-page/matching-pairs/ . Check it out, comment, like, share, yada yada yada.
  19. Hello, I have been looking for a good light weight physics engine for simple aabb collision detection, and interaction(solid objects). I cant seem to find anything, the main features I am looking for are: NEEDS: ~aabb collision detection ~solid bodies ~gravity ~velocity and accelartion PREFERRED: ~ability to rotate the rectangle collisions ~circle collision with rectangles ~take weight into account DON'T WANT: ~rendering ~polygon and advanced shape collision ~other high-level stuff Thank you for your time!
  20. Hello All, This is my first game for Android, link: https://play.google.com/store/apps/details?id=com.tov.game.avion https://www.facebook.com/groups/771254419588429/771797782867426/?notif_t=like All comment are welcome. Best regards, Avi.
  21. Psychedelic Miner Hello, I've got a new very simple, yet fun game, very much like those popular nowadays. You need to tap right colour buttons at a right time. It's not yet finished/polished, but really like how it looks already. Feedback and business offers are welcome. Screens: Play the game
  22. Description A casual, family friendly HTML5 game developed for mobile web. Match the food to the cat before their patience runs out and they leave! Click here or on the banner above to play the game or click here to navigate to our landing page for the game on our site to see more. We just put the finishing touches on yesterday, so let us know what you think and feel free to leave constructive criticism if you think there is room for improvement! Screenshots
  23. Here's the second in series of simple games with completely open source and art assets. Check it out here - http://gamedolph.in/sample-page/sliding-puzzle/.
  24. Introducing NAILBITER! It's a really simple game. Click and hold to put your hand in the mouth and watch your score go up. Release to take your hand out and watch your score go down. DON'T. GET. BIT. Super quick and simple! Enjoy! http://www.masharcade.com/nailbiter
×
×
  • Create New...