Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# REFLEXIO
A web game based on reflection written purely in HTML5 and Javascript.
This is a web game based on reflection.
It is written purely in HTML5 and Javascript.

### Play Online!
The game is live on:
>[ketangupta.in/reflexio]
# Objective of the Game
<ul>
<li>Destroy enemy ship</li>
<li>Avoid damage to mother ship</li>
</ul>

The game works best on Google Chrome!
# Instructions
<ul>
<li>There is a fixed mirror, draggable mirror, enemy ship that needs to be killed, Asteroid, Mother ship that needs to be protected and the ship that emits laser.</li>
<li>Destroy the enemy ship by reflecting the laser from your ship.</li>
<li>Use mouse to drag the reflectors.</li>
<li>You can view the health bar of your mother ship on the screen while playing.</li>
</ul>

# Play Online!
The game is live on: >[ketangupta.in/reflexio]


The game works best on <b>Google Chrome</b>!

[ketangupta.in/reflexio]: <http://ketangupta.in/reflexio>

# Want to contribute?

Feel free to send in pull requests :)