This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
Constellations
Watch
1
Star
0
Fork
You've already forked Constellations
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
b630864844
Constellations
/
js
/
Main.js
8 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Populate the grid dynamically
2022-07-23 18:33:01 +02:00
import
Grid
;
Start designing a proper toolbox
2022-07-24 11:20:22 +02:00
import
Toolbox
;
First draft
2022-07-22 22:35:28 +02:00
Start designing a proper toolbox
2022-07-24 11:20:22 +02:00
var
size
=
8
;
Grid
.
init
(
size
)
;
Toolbox
.
init
(
size
)
;
Reference in a new issue
Copy permalink