Sarvasv Arora bio photo

Sarvasv Arora


Contemplatin' and vibin' ✨✔️
Computer Science and Statistics at McGill University
Montreal via New Delhi
E-Mail LinkedIn Github Twitter Spotify Instagram

If you found my content useful or would want to encourage me for what I’m doing, I’d really appreciate if you buy me a coffee!

Buy Me A Coffee

Games are fun, no doubt. But what’s even more fun is to code them!

While learning Javascript, I felt that the fun stuff lies in projects that can be interacted with, and games were a no-brainer to build. Here are the few that I recreated.

Simon

Yes, it’s the OG Simon game, which probably led us all to bang our head remembering all those permutations of the colors.

Simon

Screnshot of the game.

The github repo for this can be found here and the game can be played here.

Snake Game

This was one of my favorites when I used to have one of those Nokia keypad phones, and no wonder I implemented this.

Snake Game

Screnshot of the game.

The github repo for this can be found here and the game can be played here. Quick tip, use arrow keys ;)

Hangman

This one is coded in Python, and has a command line interface. Here’s the repo.

Hangman

Screnshot of the game.