Skip to content

Commit

Permalink
Add Games to the personal projects section.
Browse files Browse the repository at this point in the history
  • Loading branch information
vraa committed Sep 2, 2014
1 parent 974adc6 commit 88e7fc1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Expand Up @@ -311,6 +311,32 @@ <h3>Timelinr</h3>
<p class="technologies-used"><strong>Technologies</strong>: JavaScript, Backbone, Underscore, Local Storage, HTML5, CSS3. </p>
</li>
</ol>
<ol>
<li class="featured">
<h3>2048</h3>
<a href="http://veerasundar.com/2048/"><img src="img/projects/2048.png" alt="2048" title="2048"></a>
<p>2048 is a variation of popular 2048 game. In this version you need to match the symbol along with the number on the tile.</p>
<a href="http://veerasundar.com/2048/">Open</a>
</li>
<li>
<h3>Brainvita</h3>
<a href="http://veerasundar.com/33holepegsolitaire/"><img src="img/projects/brainvita.png" alt="Brainvita" title="Brainvita"></a>
<p>A JavaScript implementation of the popular board game.</p>
<a href="http://veerasundar.com/33holepegsolitaire/">Open</a>
</li>
<li>
<h3>Rock Paper Scissor Lizard Spoc</h3>
<a href="http://veerasundar.com/rock-paper-scissor-lizard-spoc/"><img src="img/projects/rpsls.png" alt="Rock Paper Scissor Lizard Spoc" title="Rock Paper Scissor Lizard Spoc"></a>
<p>JavaScript implementation of popular Rock Paper Scissor Lizard Spoc (from the Big Bang Theory).</p>
<a href="http://veerasundar.com/rock-paper-scissor-lizard-spoc/">Open</a>
</li>
<li>
<h3>Rock Paper Scissor Bomb</h3>
<a href="http://veerasundar.com/rock-paper-scissors/"><img src="img/projects/rpsb.png" alt="Rock Paper Scissor Bomb" title="Rock Paper Scissor Bomb"></a>
<p>Another version of Rock Paper Scissor with an added twist of bomb.</p>
<a href="http://veerasundar.com/rock-paper-scissors/">Open</a>
</li>
</ol>
</div>
</article>
</section>
Expand Down

0 comments on commit 88e7fc1

Please sign in to comment.