Difference between revisions of "GamesEngineering"
From Lost In Wonderlands
(→Physics Engines) |
(→Board Game Engine) |
||
Line 62: | Line 62: | ||
== Board Game Engine == | == Board Game Engine == | ||
* https://github.com/opendataboardgame/game | * https://github.com/opendataboardgame/game | ||
− | + | * Chess Engine http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list | |
== Physics Engines == | == Physics Engines == |
Revision as of 09:53, 24 April 2019
Contents
Games Engineering : On Game Making
See Also
Arts
Game Design
Game Design Patterns
Game UX Patterns
Programming
Game Engine Frameworks
C++
* https://github.com/amzeratul/halley * https://github.com/gameplay3d/GamePlay
Python
- https://github.com/serenity-valley/game
- https://github.com/Transcriptase/Game
- https://github.com/SerpentAI/SerpentAI
Jenkins sample
* https://github.com/wakaleo/game-of-life
Java
- https://github.com/pacampbell/Game
- https://github.com/menacher/java-game-server
- https://github.com/LikeUSummer/GamePainter
HTML5/CSS3/Javascript and co
- https://github.com/codecombat/codecombat
- https://github.com/louisstow/Game
- https://github.com/StormFireGame/game
- https://github.com/craftyjs/Crafty
- https://github.com/louisstow/Game
- https://github.com/libgdx/libgdx
- https://github.com/FormidableLabs/react-game-kit
- https://github.com/cykod/Quintus
- https://github.com/taisel/GameBoy-Online
Cross Languages
* https://github.com/AtomicGameEngine/AtomicGameEngine
Cross Platform
* https://github.com/Gamua/Starling-Framework
Godot
* https://godotengine.org/ * https://github.com/godotengine/godot
Board Game Engine
- https://github.com/opendataboardgame/game
- Chess Engine http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list
Physics Engines
- nvidia engine , https://developer.nvidia.com/gameworks-physx-overview
- PAL, a Pysics engine Astraction Layer, http://www.adrianboeing.com/pal/index.html
Game Servers
Games Emulators
HTML
Games
MineTest
- https://github.com/minetest/minetest_game
- https://github.com/minetest/minetest/
- https://www.minetest.net/downloads/
iOS
JS
Python
Graph
Pictures
Mazes
https://github.com/pstricker/aMaze
- maze generated after a QRCode build from some text
https://blogs.msdn.microsoft.com/davrous/2014/02/19/coding4fun-tutorial-creating-a-3d-webgl-procedural-qrcode-maze-with-babylon-js/
Babylon.js
Blogs
Books
* https://github.com/GameHackingBook/GameHackingCode
- http://www.allitebooks.com/procedural-content-generation-for-c-game-development/
- http://www.allitebooks.com/getting-started-with-c-audio-programming-for-game-development/
- http://www.allitebooks.com/beginning-c-game-programming/
- http://www.allitebooks.com/c-game-development-cookbook/
- http://www.allitebooks.com/game-programming-using-qt-beginners-guide/
- http://www.allitebooks.com/qt5-c-gui-programming-cookbook/