10+ javascript games code

·

3 min read

Alt Text

If You Like This Article then check Out more Example [gscode.in]

gscode.in/javascript-games-code

1.

2.

3. My first attempt at coding a game using html, css and jQuery. It's pretty random as far as games go and I know canvas is likely a far better choice here but I just wanted to see if I could pull it off. Anyway... enjoy it! :)

4.2048 game

5.Tower building game. Place blocks by clicking, tapping, or space barring.

6.A simple platform game engine, the map is customizable and scriptable. Refer to the comments in the "map" variable for instructions.

7.Html5 Game

If You Like This Article then check Out more Example

gscode.in

8.See if you can solve this classic Rubik's puzzle game made in three.js.

If You Like This Article then check Out more Example [gscode.in]

(gscode.in/javascript-games-code)

9.Save this little guy from this (not so evil) wolf. It starts very slowly, but don't be fooled, you probably can't stand the speed.

10.This is a basic snake game made with JavaScript for logic and CSS for rendering. Use the arrow keys or WASD to control the snake. You can loop through walls.

11.KIll The Birds


12.Add the numbers 1 through 9 into the grid (only use 1 of each number) so the calculations work out and equal the numbers off the grid.

Note, BIDMAS/PIMDAS is ignored: A + B × C is the same as (A + B) × C, working left to right, top to bottom.

Hint: a good place to start is look for lines where the answer is a semi-prime with a multiplication sign (one of the factors has to be on the side with one space)

13.Edited: Added some hover animations on the eye and overall, and changed the name to Doortem!

If You Like This Article then check Out more Example [gscode.in]

(gscode.in/javascript-games-code)