-
Updated
Sep 26, 2020 - C++
video-game
Here are 873 public repositories matching this topic...
-
Updated
May 4, 2020
-
Updated
May 20, 2020 - C++
-
Updated
Dec 23, 2019 - GDScript
-
Updated
Sep 6, 2020 - Processing
-
Updated
Sep 5, 2020 - C
-
Updated
Sep 29, 2020 - C
Slope Support
-
Updated
Sep 25, 2020 - C++
-
Updated
Jan 13, 2020
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Dec 5, 2019 - Jupyter Notebook
-
Updated
May 6, 2019 - C++
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Jun 13, 2019 - PureScript
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Aug 8, 2018 - JavaScript
Awards editor
Create a new page, only available in God Mode, where the awards for any past season can be edited.
This would need to update the object in the awards object store as well as the awards array on individual players, since the data is stored denomalized because IndexedDB has no joins.
-
Updated
Sep 28, 2020 - Lua
-
Updated
Dec 12, 2016 - Lua
-
Updated
Apr 13, 2020 - C++
-
Updated
Sep 29, 2020 - Lua
-
Updated
Sep 6, 2020 - C
The README contains only a gif from the tileset source.
I think it would be helpful (and more enticing for potential contributors) to include some screenshots (such as play mode, create, menus) of the present game in the README.
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Go
-
Updated
Jan 9, 2017 - C++
Improve this page
Add a description, image, and links to the video-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the video-game topic, visit your repo's landing page and select "manage topics."


The character continues movement while no input is given on sloped terrain. A ray cast downward to detect if distance to ground <= floor value + no input {halt movement} , should fix this issue. I have tried this in the script but its a bit buggy. Are there plans to implement sloped terrain support soon? Perhaps, I could make a pull request with the current code I have though this should be a very