Settings

Theme

Show HN: Yare.io – Kill all enemy cats. With JavaScript.

yare.io

3 points by levmiseri 13 days ago · 4 comments · 1 min read

Reader

A deceptively simple game of 9 vs. 9 cats. Your actions are limited to moving and shooting, but 'how' you move your units and when or which cat you shoot can be difficult to decide.

You can play against the prepared bots, or against other 'human' players in real-time matches.

gus_massa 13 days ago

Is it possible to hide the editor to see the cats?

In the demo, it it possible to end the game instantly, if my bot has a bug the easy enemy model takes too long to win.

I guess you have to add collisions. Otherwise the best strategy is probably to stack all the cats in the same position and get a x9 death ray.

  • gus_massa 13 days ago

    Is array.sort working? In particular

      enemies.sort((a,b) => {1})
    
    or

      enemies.sort((a,b) => {-1})
    
    ?
deep1283 13 days ago

its a pretty interesting game

kartika848484 13 days ago

is this peta approved

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection