Retro games for web

by Stana Andrei


A list of popular classical/retro games made using plain js and p5 with link to them and repo link:

00
Tic tac toe

A tic-tac-toe clone.

You can play vs another player(local) or vs an AI!

(repo with demo)

01
Hangman

A Hangman clone.

You introduce a word and a friend of yours tries to deduce it.

(repo with demo)

02
Space invaders

Space invaders

A Space invaders clone. SPACE to shot ARROWS to move. The other rules are predictible =))

(repo with demo)

03
Snake

A Snake clone.

Eat as many apples as you can without hitting the walls or yourself.

(repo with demo)

04
Tetris

A Tetris clone.

You should match the pieces and obtain as many points as you can without arriving at the top.

(repo with demo)

05
Sudoku

A Sudoku clone.

The objective is to complete the board with numbers from 1 to 9 without having the same number twice on row, column or in one of the 9 3x3 boxes.

(repo with demo)

06
Minesweeper

A Minesweeper clone.

The objective of Minesweeper is to expose all the open areas on the board without hitting an bombs.

(repo with demo)