Best of Game Development โ€” December 2023

  1. 1
    Article
    Avatar of 80lv80 LEVELยท2y

    This Relaxing Driving Game Takes You on Endless Journey

    Slow Roads is a relaxing driving game that allows players to embark on an endless journey by following the road. It offers customizable surroundings and vehicle options. The creator aims to improve the game's UI, add new features, and enhance environmental details in the future.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    ๐Ÿ ๐Ÿ•น๏ธ ๐Ÿ’ป

    Learn JavaScript skills by building a snake game inspired by the iconic Nokia Snake game. Improve your web development capabilities with a step-by-step course. Enhance the snake's size, control its movement, and track the score. Try the game before watching the course and find it on the freeCodeCamp.org YouTube channel.

  3. 3
    Article
    Avatar of godotGodotยท2y

    Dev snapshot: Godot 4.3 dev 1

    Godot 4.3 dev 1 release includes major rendering system refactoring, new Direct3D 12 rendering driver, input action improvements, profiler improvements, and bug fixes.

  4. 4
    Article
    Avatar of unityUnityยท2y

    Why folder structures matter

    This post discusses the importance of folder structures in organizing asset bundles for optimal memory usage and loading efficiency. It explains different types of folder structures and highlights the benefits of structuring assets by their intended use. The post also emphasizes the need for clear communication of asset intent and the impact of unintentional asset usage. It concludes by suggesting the use of a well-structured folder system and file naming convention alongside Unity's Addressables Groups for effective asset management.

  5. 5
    Article
    Avatar of communityCommunity Picksยท2y

    The Book of Shaders

    The Book of Shaders is a resource that provides an in-depth guide to shaders in computer graphics. It offers translations in multiple languages.

  6. 6
    Article
    Avatar of codropsCodropsยท2y

    Creating an Interactive Mouse Effect with Instancing in Three.js

    Learn how to leverage Instancing in Three.js to draw millions of objects with good performance. Create an Instanced Mesh, displace the mesh with the mouse, animate the scaling and rotation, and transform the demo into a visually compelling project.

  7. 7
    Article
    Avatar of hnHacker Newsยท2y

    isadorasophia/murder: Murder is a pixel art ECS game engine.

    Murder Engine is a pixel art ECS game engine built on top of MonoGame. It is still in development, with frequent changes and breaking updates. To start building with Murder Engine, check out the game jam project or the Hello World project. You can reference Murder Engine in your project through a git submodule.