Arshneet Simulator

Welcome to the GitHub Project Page for the Arshneet Simulator. This game was originally created by a peer of ours. Here's a link to his version.


Features


Embed

If you want this game on your site, use the following HTML:

<script src="https://retraction.github.io/arsh-sim/embed.js" class="arshsim"></script>

This version isn't heavily styled allowing customization of the embedded element.

You can check the `embed.css` file to see how it's currently styled. For your convenience, here's the HTML after it's constructed with the JavaScript:

<div class="arsh-sim">
	<link rel="stylesheet" type="text/css" href="https://retraction.github.io/arsh-sim/embed.css">
	<script src="https://retraction.github.io/arsh-sim/scripts/main.js"></script>
	<div>
		<a href="#" class="btn">Play Arshneet Simulator</a>
	</div>
	<a href="https://github.com/Retraction/arsh-sim" target="_blank">Source</a>
</div>

Creator: Brahmjot Grewal
Main Writer: Damanjit Gill


If you're here but not from IELC 2015-2016, you might miss some inside jokes.

P.S. This is both mine (Ryan Nguyen) and Damanjit Gill's's first large project, so if we're doing something wrong, feel free to help us out.