This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
roguish
Watch
1
Star
0
Fork
You've already forked roguish
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
The next little game in the series where I make a fancy rogue game.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
230
Commits
1
Branch
0
Tags
4.9 MiB
Tag:
Branch:
Tree:
4cb41a61db
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4cb41a61db'
${ noResults }
roguish
/
assets
/
config.json
12 lines
101 B
Raw
Normal View
History
Unescape
Escape
Now have a working config manager that can exist in the world properly.
2 months ago
{
Cereal works pretty well so I may use it, but there's one more library I want to try first called tser.
2 months ago
"enemy"
:
{
"HEARING_DISTANCE"
:
8
Now have a working config manager that can exist in the world properly.
2 months ago
}
,
"player"
:
{
}
,
"type"
:
{
"TEST"
:
1234
}
}