Posts

Snake Game

Image
The classic snake game made using the p5 library in JavaScript. Here's the link to the game:  https://shoaib98libra.github.io/Snake-Game/ Here's the github repository for the code:  https://shoaib98libra.github.io/Snake-Game/

E-Shopping Website

Image
This was a self-made project. Having experience with game development, I wanted to get into Web Development. So, I decided to make a website to buy and sell products for customers and sellers. Here's the link to the website:  http://19544151.byethost8.com/Lab08/Homepage.php Here's the github repository for the code:  https://github.com/shoaib98libra/E-Shopping-Website

2048 Game

Image
The popular 2048 game made using JavaScript. According to Wikipedia,  2048  is a single-player sliding block puzzle  game by Italian web developer Gabriele Cirulli.  2048  was originally written in JavaScript a nd CSS.  The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. Here's the link to the game:  https://shoaib98libra.github.io/2048/ Here's the github repository for the code:  https://github.com/shoaib98libra/2048

Pop Balls

Image
This was a self made project. I wanted to try and work on a simulation with Mechanics. So I made this for learning and fun. This game has blobs moving around with Physics mechanics and each time you click on a blob, u destroy it and get points. Once u destroy all the blobs, u move on to the next level. Here's the link to the game:  https://shoaib98libra.github.io/Pop-Balls/ Here's the link to the code:  https://github.com/shoaib98libra/Pop-Balls

Four Colors

Image
A game with four colors that rotate on tap. Here's the link to the game:  https://shoaib98libra.github.io/Four-Colors/ Here's the github repository for the code:  https://github.com/shoaib98libra/Four-Colors

Sierpinski's Triangle

Image
A Recursive algorithm for the Sierpinski's triangle using the p5 javascript library.  Here's the link to the demo:   https://shoaib98libra.github.io/Sierpinski-s-Triangle/ Here's the github repository for the code:   https://shoaib98libra.github.io/Sierpinski-s-Triangle/

Tic Tac Toe

Image
A 2-player Tic Tac Toe Game Here's the link to the game:  https://shoaib98libra.github.io/Tic-Tac-Toe/ Here's the github repository for the code:  https://github.com/shoaib98libra/Tic-Tac-Toe