All Projects → mgerdes → Minigolf

mgerdes / Minigolf

Licence: mit
A minigolf game written without a game engine in C

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Minigolf

Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (-53.9%)
Mutual labels:  game, game-development, gamedev, game-dev
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+628.37%)
Mutual labels:  game, game-development, gamedev, game-dev
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+1055.32%)
Mutual labels:  game, game-development, gamedev
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-65.25%)
Mutual labels:  game, game-development, gamedev
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-18.79%)
Mutual labels:  game, game-development, gamedev
Langaw
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 90 (-68.09%)
Mutual labels:  game, game-development, game-dev
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-66.31%)
Mutual labels:  game, game-development, game-dev
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-56.74%)
Mutual labels:  game, game-development, gamedev
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-77.3%)
Mutual labels:  game, game-development, game-dev
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-51.06%)
Mutual labels:  game, game-development, gamedev
Fxgl
Stars: ✭ 2,378 (+743.26%)
Mutual labels:  game, game-development, gamedev
Everpuzzle
Tetris Attack / Pokemon Puzzle style game written in Rust
Stars: ✭ 88 (-68.79%)
Mutual labels:  game, game-development, gamedev
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-69.5%)
Mutual labels:  game, gamedev, game-dev
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+1042.2%)
Mutual labels:  game, game-development, gamedev
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-71.28%)
Mutual labels:  game, game-development, game-dev
Awesome Haxe Gamedev
Resources for game development on haxe
Stars: ✭ 213 (-24.47%)
Mutual labels:  game, game-development, gamedev
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+296.81%)
Mutual labels:  game, game-development, gamedev
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-77.3%)
Mutual labels:  game, game-development, game-dev
Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (-56.74%)
Mutual labels:  game, game-development, gamedev
Godot Kickstarter 2019
Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
Stars: ✭ 194 (-31.21%)
Mutual labels:  game, game-development, gamedev

Minigolf

A minigolf game written without a game engine in C. Try it here (Works best in Chrome): http://mgerdes.github.io/minigolf.html

Image

  • Used the Sokol libraries to create a cross platform application with 3D graphics and audio. This allowed using Emscripten to compile into JavaScript and make it playable at the link above.
  • Wrote the Physics code to handle collision detection and collision response for the golf ball.
  • Used ImGui to create in games tools for fast iteration. Also created an in game-editor that can be used to modify the terrain of a hole and then quickly play to get fast feedback. The game-editor can also run Scheme scripts to generate the points and faces of more interesting models.

Image

  • Used the library Lightmapper to generate lightmaps for the terrain and also xatlas to generate lightmap UVs. These lightmaps are then baked into the files for the courses. It can also interpolate between multiple samples to create lightmaps for some moving objects.

Image

Image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].