-
Notifications
You must be signed in to change notification settings - Fork 0
/
demos.html
36 lines (22 loc) · 834 Bytes
/
demos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<h1>Here are some demos</h1>
<h1>Minesweeper</h1>
<iframe src="https://typescript-minesweeper.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Sokoban</h1>
<iframe src="https://sokoban.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Tic-tac-toe</h1>
<iframe src="https://typescript-tictactoe.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Chess</h1>
<iframe src="https://typescript-nanochess.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Peg-Solitair</h1>
<iframe src="https://typescript-peg-solitair.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Lightsout</h1>
<iframe src="https://typescript-lightsout.stackblitz.io/" width="220" height="220">
</iframe>
<h1>Tetris (unfinished)</h1>
<iframe src="https://typescript-tetris.stackblitz.io/" width="220" height="220">
</iframe>