Tuesday, December 12, 2023

Human Following Robot
.button { margin: 20px auto; padding: 20px 0; width: 200px; } .button a { ...

Friday, August 19, 2022

Street Runner 2D in Unity
 Street Runner 2D in Unity Download Sprites for Asset Store .button { margin:...

Thursday, July 21, 2022

Toss Game
Toss Game Screenshots: .button { margin: 20px auto; padding: 20px...

Wednesday, April 13, 2022

How to hack chrome dinosaur game
Chrome Dinosaur Game HackSetp 1: Open dinosaur game in chrome. Initially, when you collide with the cactus plant,...

Saturday, September 25, 2021

Detect your operating system using html and javascript
Javascript Code: Create a new javascript file and name it OSDetector.js. Then write the following codes: const detectOperatingSystem = () => {  ...

Thursday, September 9, 2021

How to install Visual studio code
Step I: Open this link in any browser: https://code.visualstudio.com/Step II: You will get "Download for...

Sunday, August 22, 2021

Fruit Ninja Game
Codes: //Creating Backgroundvar bg = createSprite(200,200);bg.setAnimation('<Animation Name>');//Creating Swordvar...
Plane Adventure Game
Codes:var plane = createSprite(50,200);plane.setAnimation('<Animation Name>');plane.scale = 0.7;plane.visible = false;var...
Page 1 of 6123456Next »