-
Updated
Jul 2, 2021
#
video-game
Here are 1,241 public repositories matching this topic...
game
gamedev
game-engine
engine
video-game
game-development
game-jam
game-2d
game-programming
3d
2d-framework
2d-game
2d
2d-game-engine
3d-engine
3d-game
2d-game-framework
game-dev
making-2d-games
game-source
Open-source clone of the original X-Com 👽
game
c-plus-plus
sdl
strategy-game-engine
video-game
ufo
xcom
openxcom-game
ufo-defense
turn-based-combat
xcom-ufo-defense
xcom-terror-from-the-deep
-
Updated
Dec 21, 2021 - C++
OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable
-
Updated
Oct 14, 2021 - C++
Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...
-
Updated
Apr 1, 2021 - Processing
A-RPG demo made with Godot, MIT-licensed, from our Godot course
-
Updated
Apr 26, 2021 - GDScript
Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
-
Updated
Nov 14, 2021 - C
vgmstream - A library for playback of various streamed audio formats used in video games.
-
Updated
Dec 25, 2021 - C
Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.
cmake
game-engine
cpp
engine
x64
video-game
directx
3d-game-engine
pirates
3d-engine
cpp20
sea-dogs
storm-engine
-
Updated
Dec 26, 2021 - C++
Open
Slope Support
10
A visual novel video game where you learn to code and get a dev job 🎯
-
Updated
Dec 27, 2021 - Ren'Py
The video game that combines elements of the racing and role-playing genres.
-
Updated
Dec 26, 2021 - C++
Pikachu Volleyball implemented into JavaScript by reverse engineering the original game
-
Updated
Dec 17, 2021 - JavaScript
Reimplementation of Grand Theft Auto 1 [GTA1]
-
Updated
Dec 11, 2021 - C++
-
Updated
Jan 13, 2020
Pikachu Volleyball peer-to-peer online via WebRTC data channels
-
Updated
Dec 21, 2021 - JavaScript
A complete catalog of all the players in Fifa 18 and their complete statistics.
-
Updated
Oct 24, 2020 - Jupyter Notebook
-
Updated
May 6, 2019 - C++
dumbmatter
commented
Dec 2, 2020
Currently, if you have 32 teams spread evenly into 2 conferences each with 4 divisions, FBGM tries to generate an NFL-like schedule. 16 games and 2 against each division opponent (1 home 1 away), and 10 games against other teams (5 home 5 away). The NFL has some other constraints that would be nice to include, but that's not the point of this issue.
The point of this issue is bye weeks. In the
we'd like to think of this texture pack as a resource also, if you want to give sm64 your own look feel free to use these as a base for accuracy, just credit them render96 boys & girls
-
Updated
Dec 19, 2021
-
Updated
Dec 22, 2021 - JavaScript
desktop-app
game
gamedev
haskell
functional
purescript
native
game-engine
cpp
functional-programming
video-game
game-development
cpp11
bindings
native-apps
functional-reactive-programming
panda3d
functional-language
purescript-native
indiegame
-
Updated
Jun 13, 2019 - PureScript
ESOUI is the Lua source code of the ZenimaxOnline's MMORPG "The Elder Scrolls Online"
-
Updated
Dec 13, 2021 - Lua
A game console (video game cli) for browsers.
-
Updated
Aug 8, 2018 - JavaScript
Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games
-
Updated
Dec 12, 2016 - Lua
A tool for someone to use to quickly create content for a tabletop RPG world. Libraries for making video games with the d20 system
game
c
linux
dnd
cli
c-plus-plus
gui
cmake
cpp
travis-ci
dungeons-and-dragons
video-game
game-development
foss
turn-based
cpp-library
free-library
game-dev
town-generator
openrpg
-
Updated
Apr 13, 2020 - C++
Zabuyaki, old-school side-scrolling beat 'em up
-
Updated
Sep 24, 2021 - Lua
AssaultCube Reloaded (first-person-shooter game)
game
c
linux
c-plus-plus
unix
multi-platform
cpp
multiplayer
video-game
game-server
windows-desktop
multiplayer-game
linux-game
windows-game
3d
game-client
reloaded
first-person-shooter
assaultcube
assault-cube
-
Updated
Jan 7, 2021 - C
Unity3D AI and Procedural Generation Framework.
-
Updated
Sep 9, 2019 - 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