Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 663 Bytes

js13kgames-2018

Together Again- My game entry for JS13kGames2018

Play the Game: https://js13kgames.com/games/together-again/index.html

Based on the theme - OFFLINE

About the game

This is a game of connecting the planets whose intercommunications have been blocked by an alien ship named Tadka. The little guy (a cute tiny square) is reponsible for inter connecting the planets to enable communication between them. The game gets over when all planets are online, post which they come together to kill Tadka.

How to build

npm run build This will create a build zip that was submitted for the js13kgames2018.

Running on dev server

npm run start