Skip to content

Sudoku game, implemented in the TypeScript type system

Notifications You must be signed in to change notification settings

enepeti/TypeSudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TypeSudoku

Sudoku game, implemented in the TypeScript type system

TypeSudoku.stage0
['-------']
['|1 | 4|']
['|  |2 |']
['-------']
['|2 |  |']
['| 4|  |']
['-------']
[1][2][2][1][3][3][2][1][4][2][2][3].draw
['-------']
['|12|34|']
['|43|2 |']
['-------']
['|2 |  |']
['| 4|  |']
['-------']
[2][4][1][3][2][1][3][3][4][3][4][3][4][1][3][4][3][1][4][4][2].draw
['-------']
['|12|34|']
['|43|21|']
['-------']
['|21|43|']
['|34|12|']
['-------']
.GameClear.WoW.MuchFun

Special thanks

@KBSchmidt to introduce me to the TS type system world through @wcandillon's videos.

This Sokoban implementation, which my solution is based on.

Releases

No releases published

Packages

No packages published