This website requires JavaScript.
Explore
Help
Sign In
kts
/
7DRL2015
Watch
1
Star
0
Fork
You've already forked 7DRL2015
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
1.5
MiB
C++
95.8%
GLSL
3.1%
Makefile
1.1%
4c4cf00499
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
kts
4c4cf00499
Move Thing to things/Thing. Added some basic doThink operations. Basically a Thing has a deque of Thoughts that are added by the Thing's Controller. A Thought takes some time to be realized (the default of which is 100ms), upon which the action takes place. At the moment, the Thought just does the action, but it may be worthwhile to create an Action deque for actions that could take some time to execute.
2015-03-14 03:28:58 -07:00
assets
Initial commit of 7DRL2015/GodEater. Has lots of framework, but not much content (yet\!).
2015-03-13 17:54:19 -07:00
build
Move Thing to things/Thing. Added some basic doThink operations. Basically a Thing has a deque of Thoughts that are added by the Thing's Controller. A Thought takes some time to be realized (the default of which is 100ms), upon which the action takes place. At the moment, the Thought just does the action, but it may be worthwhile to create an Action deque for actions that could take some time to execute.
2015-03-14 03:28:58 -07:00
data
Initial commit of 7DRL2015/GodEater. Has lots of framework, but not much content (yet\!).
2015-03-13 17:54:19 -07:00
src
Move Thing to things/Thing. Added some basic doThink operations. Basically a Thing has a deque of Thoughts that are added by the Thing's Controller. A Thought takes some time to be realized (the default of which is 100ms), upon which the action takes place. At the moment, the Thought just does the action, but it may be worthwhile to create an Action deque for actions that could take some time to execute.
2015-03-14 03:28:58 -07:00
.gitignore
Initial commit of 7DRL2015/GodEater. Has lots of framework, but not much content (yet\!).
2015-03-13 17:54:19 -07:00
CONCEPT.txt
Initial commit of 7DRL2015/GodEater. Has lots of framework, but not much content (yet\!).
2015-03-13 17:54:19 -07:00
TODO.txt
Initial commit of 7DRL2015/GodEater. Has lots of framework, but not much content (yet\!).
2015-03-13 17:54:19 -07:00