Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-20 | Create linked list data structureHEADmaster | Johnny Richard | |
We will need to have a list to traverse game entities. The first idea is to implement a mutable list. In case of mutable list get too bad or error prone. We can easily change it to immutable. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> |