Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getvmio/free-game-development-resources
[Game Development Free Resources] This repository collects 17 of free resources for Game Development. 🎮 Level up your game development skills with our Game Dev Arena repository! Explore a comprehensive collection of free resources and a hands-on online playground covering various aspects of game ...
https://github.com/getvmio/free-game-development-resources
List: free-game-development-resources
awesome-list free-resources game-development getvm playground programming
Last synced: 1 day ago
JSON representation
[Game Development Free Resources] This repository collects 17 of free resources for Game Development. 🎮 Level up your game development skills with our Game Dev Arena repository! Explore a comprehensive collection of free resources and a hands-on online playground covering various aspects of game ...
- Host: GitHub
- URL: https://github.com/getvmio/free-game-development-resources
- Owner: getvmio
- Created: 2024-07-01T07:09:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:25:07.000Z (2 months ago)
- Last Synced: 2024-09-25T04:01:12.793Z (about 2 months ago)
- Topics: awesome-list, free-resources, game-development, getvm, playground, programming
- Homepage: https://getvm.io/tutorials/category/game-development
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- free-web-development-resources - Free Game Development Resources
- free-sql-resources - Free Game Development Resources
- free-shell-scripting-resources - Free Game Development Resources
- free-object-oriented-programming-resources - Free Game Development Resources
- free-compiler-resources - Free Game Development Resources
- free-machine-learning-resources - Free Game Development Resources
- free-functional-programming-resources - Free Game Development Resources
- free-operating-system-resources - Free Game Development Resources
- free-cryptography-resources - Free Game Development Resources
- free-react-resources - Free Game Development Resources
- free-neural-networks-resources - Free Game Development Resources
- free-python-resources - Free Game Development Resources
- free-computer-architecture-resources - Free Game Development Resources
- free-pytorch-resources - Free Game Development Resources
- free-html-resources - Free Game Development Resources
- free-natural-language-processing-resources - Free Game Development Resources
- free-node-js-resources - Free Game Development Resources
- free-security-resources - Free Game Development Resources
- free-computer-science-resources - Free Game Development Resources
- free-java-resources - Free Game Development Resources
- free-data-structures-resources - Free Game Development Resources
- free-version-control-resources - Free Game Development Resources
- free-bash-resources - Free Game Development Resources
- free-linux-resources - Free Game Development Resources
- free-computer-graphics-resources - Free Game Development Resources
- free-cybersecurity-resources - Free Game Development Resources
- free-c-resources - Free Game Development Resources
- free-database-resources - Free Game Development Resources
- free-data-analysis-resources - Free Game Development Resources
- free-ruby-resources - Free Game Development Resources
- free-embedded-systems-resources - Free Game Development Resources
- free-control-systems-resources - Free Game Development Resources
- free-distributed-systems-resources - Free Game Development Resources
- free-artificial-intelligence-resources - Free Game Development Resources
- free-cpp-resources - Free Game Development Resources
- free-cloud-computing-resources - Free Game Development Resources
- free-docker-resources - Free Game Development Resources
- free-deep-learning-resources - Free Game Development Resources
- free-unix-resources - Free Game Development Resources
- free-go-resources - Free Game Development Resources
- free-git-resources - Free Game Development Resources
- free-robotics-resources - Free Game Development Resources
- free-algorithm-resources - Free Game Development Resources
- free-software-development-resources - Free Game Development Resources
- free-tensorflow-resources - Free Game Development Resources
- free-data-science-resources - Free Game Development Resources
- free-computer-vision-resources - Free Game Development Resources
- free-devops-resources - Free Game Development Resources
- free-css-resources - Free Game Development Resources
- free-networking-resources - Free Game Development Resources
- free-rust-resources - Free Game Development Resources
- free-programming-resources - Free Game Development Resources
- free-haskell-resources - Free Game Development Resources
- free-haskell-resources - Free Game Development Resources
- free-r-resources - Free Game Development Resources
- free-blockchain-resources - Free Game Development Resources
- free-javascript-resources - Free Game Development Resources
README
# Game Development Free Resources
🎮 Level up your game development skills with our Game Dev Arena repository! Explore a comprehensive collection of free resources and a hands-on online playground covering various aspects of game design and programming. Perfect for aspiring game developers and interactive entertainment creators.
## Resources
| Index | Name | Category | Description |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | [Build a simple 2D physics engine for JavaScript games](https://getvm.io/tutorials/build-a-simple-2d-physics-engine-for-javascript-games) | Technical Tutorials | Learn to build a basic 2D physics engine from scratch for your JavaScript games. Covers collision detection, response, and game development fundamentals. |
| 2 | [Adventures in Rust: A Basic 2D Game](https://getvm.io/tutorials/adventures-in-rust-a-basic-2d-game) | Technical Tutorials | Explore game development with Rust programming language. Learn fundamentals, build a 2D game from scratch, and dive into the Piston game framework. |
| 3 | [Code a 2D Game Engine using Java - Full Course for Beginners](https://getvm.io/tutorials/code-a-2d-game-engine-using-java-full-course-for-beginners) | Technical Tutorials | Learn to code a complete 2D game engine from scratch using Java. Suitable for beginners with no prior game dev experience. |
| 4 | [Game Development Tutorials](https://getvm.io/tutorials/games-with-go) | Technical Tutorials | Learn how to create games using the Go programming language. Covers a variety of game genres and concepts for both beginners and experienced developers. |
| 5 | [Remaking Cavestory in C++](https://getvm.io/tutorials/remaking-cavestory-in-c) | Technical Tutorials | Learn to build an indie game from the ground up and develop practical C++ skills for game development projects. |
| 6 | [Tetris tutorial in C++ platform independent focused in game logic for beginners](https://getvm.io/tutorials/tetris-tutorial-in-c-platform-independent-focused-in-game-logic-for-beginners) | Technical Tutorials | Learn how to create a platform-independent Tetris game in C++ with a focus on game logic and development for beginners. |
| 7 | [Coding a Rogue/Nethack RPG in C](https://getvm.io/tutorials/coding-a-rogue-nethack-rpg-in-c) | Technical Tutorials | Learn game development and coding skills by creating a classic Rogue/Nethack style RPG game in C. Step-by-step tutorial with a focus on beginners and intermediate programmers. |
| 8 | [Game Development](https://getvm.io/tutorials/cs50-2019-games-track) | Video Courses | Comprehensive course on game development, covering programming, design, and implementation. Taught by David J. Malan. |
| 9 | [Invent Your Own Computer Games With Python](https://getvm.io/tutorials/invent-your-own-computer-games-with-python) | Technical Tutorials | Learn how to create your own computer games using Python. Suitable for beginners in programming and game design. |
| 10 | [Graphics Programming Black Book](https://getvm.io/tutorials/graphics-programming-black-book) | Technical Tutorials | Explore advanced graphics programming and optimization techniques from industry expert Michael Abrash. Covers 3D graphics, Doom and Quake game technology, and more. |
| 11 | [3D Game Shaders For Beginners](https://getvm.io/tutorials/3d-game-shaders-for-beginners) | Technical Tutorials | Comprehensive guide to understanding and creating shaders for 3D game development. Learn texturing, lighting, normal mapping, and more with Panda3D and GLSL. |
| 12 | [Level up your code with game programming patterns](https://getvm.io/tutorials/level-up-your-code-with-game-programming-patterns) | Technical Tutorials | Dive into game programming patterns, SOLID principles, and practical examples to build efficient and maintainable Unity projects. |
| 13 | [3D Math Primer for Graphics and Game Development](https://getvm.io/tutorials/3d-math-primer-for-graphics-and-game-development) | Technical Tutorials | Comprehensive introduction to 3D math for graphics and game development, covering vectors, matrices, and 3D geometry. Suitable for programmers, designers, and technical artists. |
| 14 | [2D Game Development: From Zero To Hero](https://getvm.io/tutorials/2d-game-development-from-zero-to-hero) | Technical Tutorials | Comprehensive guide to creating 2D games from start to finish, covering game design principles, development processes, and hero creation. |
| 15 | [Computer Graphics](https://getvm.io/tutorials/computer-graphics-fall-2011-barbara-hecker) | University Courses | Comprehensive course covering 2D and 3D rendering, animation, and image processing. Hands-on projects using industry-standard tools and libraries. Taught by experienced instructor Barbara Hecker. |
| 16 | [Beginning Game Programming with C#](https://getvm.io/tutorials/mooc-beginning-game-programming-with-c-coursera) | University Courses | Learn the fundamentals of game programming with C# in this Coursera MOOC from the University of Colorado System. Gain hands-on experience building your first C# program. |
| 17 | [Video Game Design & Development](https://getvm.io/tutorials/mit-cms611j-creating-video-games-fall-2014) | University Courses | Explore game design, programming, and production through hands-on projects and lectures in this comprehensive video game development course from MIT. |## More
- [Free JavaScript Resources](https://github.com/getvmio/free-javascript-resources)
- [Free HTML Resources](https://github.com/getvmio/free-html-resources)
- [Free R Resources](https://github.com/getvmio/free-r-resources)
- [Free Java Resources](https://github.com/getvmio/free-java-resources)
- [Free Neural Networks Resources](https://github.com/getvmio/free-neural-networks-resources)
- [Free Natural Language Processing Resources](https://github.com/getvmio/free-natural-language-processing-resources)
- [Free Computer Science Resources](https://github.com/getvmio/free-computer-science-resources)
- [Free React Resources](https://github.com/getvmio/free-react-resources)
- [Free Security Resources](https://github.com/getvmio/free-security-resources)
- [Free Node.js Resources](https://github.com/getvmio/free-node-js-resources)
- [Free PyTorch Resources](https://github.com/getvmio/free-pytorch-resources)
- [Free Computer Architecture Resources](https://github.com/getvmio/free-computer-architecture-resources)
- [Free Functional Programming Resources](https://github.com/getvmio/free-functional-programming-resources)
- [Free Operating System Resources](https://github.com/getvmio/free-operating-system-resources)
- [Free Cryptography Resources](https://github.com/getvmio/free-cryptography-resources)
- [Free Compiler Resources](https://github.com/getvmio/free-compiler-resources)
- [Free Blockchain Resources](https://github.com/getvmio/free-blockchain-resources)
- [Free SQL Resources](https://github.com/getvmio/free-sql-resources)
- [Free Python Resources](https://github.com/getvmio/free-python-resources)
- [Free Unix Resources](https://github.com/getvmio/free-unix-resources)
- [Free Programming Resources](https://github.com/getvmio/free-programming-resources)
- [Free Object-Oriented Programming Resources](https://github.com/getvmio/free-object-oriented-programming-resources)
- [Free CSS Resources](https://github.com/getvmio/free-css-resources)
- [Free Machine Learning Resources](https://github.com/getvmio/free-machine-learning-resources)
- [Free Web Development Resources](https://github.com/getvmio/free-web-development-resources)
- [Free Shell Scripting Resources](https://github.com/getvmio/free-shell-scripting-resources)
- [Free Rust Resources](https://github.com/getvmio/free-rust-resources)
- [Free Haskell Resources](https://github.com/getvmio/free-haskell-resources)
- [Free Software Development Resources](https://github.com/getvmio/free-software-development-resources)
- [Free Data Science Resources](https://github.com/getvmio/free-data-science-resources)
- [Free Git Resources](https://github.com/getvmio/free-git-resources)
- [Free Networking Resources](https://github.com/getvmio/free-networking-resources)
- [Free TensorFlow Resources](https://github.com/getvmio/free-tensorflow-resources)
- [Free Distributed Systems Resources](https://github.com/getvmio/free-distributed-systems-resources)
- [Free Embedded Systems Resources](https://github.com/getvmio/free-embedded-systems-resources)
- [Free DevOps Resources](https://github.com/getvmio/free-devops-resources)
- [Free Docker Resources](https://github.com/getvmio/free-docker-resources)
- [Free Robotics Resources](https://github.com/getvmio/free-robotics-resources)
- [Free Computer Vision Resources](https://github.com/getvmio/free-computer-vision-resources)
- [Free Deep Learning Resources](https://github.com/getvmio/free-deep-learning-resources)
- [Free Cloud Computing Resources](https://github.com/getvmio/free-cloud-computing-resources)
- [Free Go Resources](https://github.com/getvmio/free-go-resources)
- [Free Data Structures Resources](https://github.com/getvmio/free-data-structures-resources)
- [Free Control Systems Resources](https://github.com/getvmio/free-control-systems-resources)
- [Free Artificial Intelligence Resources](https://github.com/getvmio/free-artificial-intelligence-resources)
- [Free Data Analysis Resources](https://github.com/getvmio/free-data-analysis-resources)
- [Free Ruby Resources](https://github.com/getvmio/free-ruby-resources)
- [Free C++ Resources](https://github.com/getvmio/free-cpp-resources)
- [Free Bash Resources](https://github.com/getvmio/free-bash-resources)
- [Free Cybersecurity Resources](https://github.com/getvmio/free-cybersecurity-resources)
- [Free Algorithm Resources](https://github.com/getvmio/free-algorithm-resources)
- [Free Database Resources](https://github.com/getvmio/free-database-resources)
- [Free C Resources](https://github.com/getvmio/free-c-resources)
- [Free Version Control Resources](https://github.com/getvmio/free-version-control-resources)
- [Free Linux Resources](https://github.com/getvmio/free-linux-resources)
- [Free Computer Graphics Resources](https://github.com/getvmio/free-computer-graphics-resources)