Our great sponsors
-
I am not a super experienced haskeller and definitely feel like I bit more than I can chew - lol - and as I have transitioned to the stage of writing the paper it self, I am realizing many shortcomings of my code and even parts of the premise on which it is built. All that to say I am aware it's far from perfect but feel free to have a look and give me some pointers. honzaflash/ba-thesis: My BA thesis on Game Development in Haskell (github.com)
-
On a different topic, one benefit of keeping code without IO is having the ability to rollback it for networking. This is what alpaca-netcode does - you give it a stepper function and it handles simulating the world, including rollback, and networking for you. I used it in my last ludum dare entry and it was very cool, but also not without issues.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
On a different topic, one benefit of keeping code without IO is having the ability to rollback it for networking. This is what alpaca-netcode does - you give it a stepper function and it handles simulating the world, including rollback, and networking for you. I used it in my last ludum dare entry and it was very cool, but also not without issues.
-
If you didn't already find it, https://github.com/haskell-game/fungen#readme might have some relevant docs/material.