Implement hexagonal map and isometric game UI
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "hexo",
|
||||
"version": "0.1.0",
|
||||
"description": "Educational dice game - DiceWars clone",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"serve": "node server.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"keywords": ["game", "dicewars", "hexagon"],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsdom": "file:./jsdom-pkg/package"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user