games
Filename
Size
Last Commit Date
Commit Message
..
flipit
lib
css.ts
-
2023/10/11 07:31:44
added libs for flipit
dom.ts
-
2023/10/11 07:31:44
added libs for flipit
events.ts
-
2023/10/12 07:03:25
added event lib for key handling
load.ts
-
2023/10/11 07:31:44
added libs for flipit
svg.ts
-
2023/10/11 07:31:44
added libs for flipit
index.html
1085
2023/10/13 07:59:35
changed to using global compiler script
script.ts
2499
2023/10/13 07:43:24
corrected auto fill
tennis
lib
bind.ts
-
2023/10/26 07:47:01
added bind lib
css.ts
-
2023/10/24 07:41:12
added JSLibs
dom.ts
-
2023/10/24 07:41:12
added JSLibs
events.ts
-
2023/10/24 07:41:12
added JSLibs
inter.ts
-
2023/10/26 07:47:01
added bind lib
load.ts
-
2023/10/24 07:41:12
added JSLibs
svg.ts
-
2023/10/24 07:41:12
added JSLibs
index.html
640
2023/10/24 07:47:30
added favicon
script.ts
3194
2023/10/27 21:04:58
stop ball in place at end of animation path
ttt
lib
css.ts
-
2023/10/08 20:50:04
added required JSLib libraries
dom.ts
-
2023/10/08 20:50:04
added required JSLib libraries
html.ts
-
2023/11/01 07:37:02
added HTML lib
load.ts
-
2023/10/08 20:50:04
added required JSLib libraries
svg.ts
-
2023/10/08 20:50:04
added required JSLib libraries
ai_heuristic.ts
1415
2023/11/03 08:54:55
improves 'clever' move (still needs improving)
ai_memory.ts
2373
2023/11/02 07:48:37
moved Moves type to shared module
brain.ts
2538
2023/10/31 07:48:16
regen'd
go.mod
51
2023/10/14 20:07:34
added go.mod
index.html
951
2023/10/13 07:59:35
changed to using global compiler script
main.go
6101
2023/10/31 07:47:34
use a const for an empty board instead of relying on zero value board
main_test.go
11340
2023/10/31 07:47:34
use a const for an empty board instead of relying on zero value board
script.ts
6233
2023/11/03 08:35:46
games should only auto-restart when both players are AI
shared.ts
781
2023/11/03 08:25:43
export wins array
LICENSE
767
2023/10/08 20:51:57
added LICENSE
README.md
89
2023/10/08 20:51:33
added basic README
compile
1786
2023/10/13 08:01:22
added favicon to compiler
flipit.html
9648
2023/10/13 08:01:54
compiled games
index.html
1274
2023/10/13 08:01:54
compiled games
ttt.html
14267
2023/11/01 07:53:45
regen'd