AreumAn / JS-games

For fun, build simple games with JS

Home Page:https://areum-games-js.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-games Intro

Have fun with simple games with JS for fun

Table of Contents


Bulls and Cows

Bulls and Cows (also known as Cows and Bulls or Pigs and Bulls) is an old code-breaking mind or paper and pencil game for two or more players, predating the commercially marketed board game Mastermind.

To check more information wikipedia bulls and cows

Tic Tac Toe

Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

To check more information wikipedia Tic Tac Toe

Lotto

Get random lotto number. It shows 6 number and 1 bonus number. A number ball appears every 1 second.

Rock Paper Scissors

Minesweeper

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today. It has many variations and offshoots. To check more information wikipedia Minesweeper

Reaction Time Test

When the red box turns green, click as quickly as you can. More info

Card Matching

Find same color card

2048

From wikipedia, 2048 is played on a gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. More info

About

For fun, build simple games with JS

https://areum-games-js.netlify.app/


Languages

Language:JavaScript 72.3%Language:HTML 24.3%Language:CSS 3.4%