Commit Graph

27 Commits

Author SHA1 Message Date
Ole Morud
2cf821729b refactor interpreter to new file 2022-08-25 19:31:40 +02:00
Ole Morud
d85f6bf80b fix: update package.json for icon-material 2022-08-22 22:38:58 +02:00
Ole Morud
7be64cd1d7 remove indentation from eslintrc
remove indentation from eslintrc as it confilicts with prettifier
2022-08-22 22:38:30 +02:00
Ole Morud
fd5fb174a8 squash 2022-08-22 22:37:54 +02:00
Ole Morud
18c0be6a53 make drag&drop transfer entire object 2022-08-22 22:37:35 +02:00
Ole Morud
8c80a1a203 add instruction logic 2022-08-22 22:37:09 +02:00
Ole Morud
a43ea1648f mystery commit 2022-08-22 22:36:47 +02:00
Ole Morud
c14b29305c move instructions to sidebar menu 2022-08-22 16:13:28 +02:00
Ole Morud
6bd184ac5b move constants to const.tsx and setup game logic 2022-08-22 16:13:08 +02:00
Ole Morud
ae0191daff remove duplicate instruction 2022-08-22 16:09:46 +02:00
Ole Morud
af629c8260 fix: update import in index.tsx 2022-08-22 13:56:57 +02:00
Ole Morud
ef0291f382 add drag&drop to instruction menu 2022-08-22 13:56:21 +02:00
Ole Morud
587b7c6cc4 add NOOP to instructions 2022-08-22 13:54:29 +02:00
Ole Morud
612bc2fbb9 add drag&drop functionality to board
additionally move file to components directory
2022-08-22 13:53:27 +02:00
Ole Morud
af98ee0e2c move InstructionMenu to components directory
additionally make a map parameter explicitly typed
2022-08-22 13:51:28 +02:00
Ole Morud
66e2f5290f make instruction menu cards unselectable 2022-08-21 22:08:29 +02:00
Ole Morud
505d3d6e98 update .gitignore 2022-08-21 21:49:13 +02:00
Ole Morud
04e61ad10d Update package/package-lock 2022-08-21 21:48:24 +02:00
Ole Morud
553c984612 Delete react default files 2022-08-21 21:47:50 +02:00
Ole Morud
8e27cf4f49 Delete <app/> 2022-08-21 21:46:11 +02:00
Ole Morud
c957b1f68a ESLint formatting 2022-08-21 21:45:10 +02:00
Ole Morud
b2cda262ed add ESLint + prettier config 2022-08-21 21:44:35 +02:00
Ole Morud
656c668037 make index render new components and remove <app/> 2022-08-21 21:43:46 +02:00
Ole Morud
f8c475b699 add instruction selection panel (WIP) 2022-08-21 21:41:57 +02:00
Ole Morud
264a406e4b Add list of instructions 2022-08-21 21:41:20 +02:00
Ole Morud
770d68d5a5 Add board component 2022-08-21 21:40:10 +02:00
Ole Morud
f3a701d4a1 Initialize project using Create React App 2022-08-19 12:26:08 +02:00