Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
General Discussion

game of the month

blue_prawn
Tuesday, August 13, 2024 - 13:14
blue_prawn's picture

https://github.com/masonblier/hex-formation

An html5-game, a tower-defense,

there are no direct link to a github pages, but the download is worth it,

you can 'git clone' it, if you have access to a console, or download each individual file,

the reasult is as good, as the source code.

 

I thought it finishes too quiclly, so I added some more waves:

 

+    {type:'enemy', count:20, health:50},
+    {type:'enemy', count:30, health:60},
+    {type:'enemy', count:30, health:80},
+    {type:'enemy', count:40, health:100},
+    {type:'enemy', count:60, health:200},
+    {type:'enemy', count:90, health:400},

 

but then 16 waves is too much.

The right number of waves would probably be 12.

  • Log in or register to post comments
glitchart
joined 3 years 3 months ago
Wednesday, August 14, 2024 - 12:39

looks cool! I like tower defense games, design of the gui looks sleek, maybe you will get more people to play if you create a github page since is html or an electron app with it.

  • Log in or register to post comments
blue_prawn
joined 4 years 7 months ago
Wednesday, September 11, 2024 - 09:11
blue_prawn's picture

Sorry, I forgot to say that this is the file "js/game.js" that you have to edit, if you want to add more waves.

And if you want to slow down the rythm of the game a little bit, you can try to edit the file "js/app.js", and change the line 244:

  game.update(dt * 0.70);

The variable "dt" seems to be compatible with a float, so that you can try values like 0.60, 0.70 or 0.80

The license of this game is: "MIT"

  • Log in or register to post comments