Skip to content
View MemoryDealer's full-sized avatar

Block or report MemoryDealer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MemoryDealer/README.md

memorydealer

memorydealer

memorydealer

memorydealer

Pinned Loading

  1. LORE LORE Public

    2D/3D Hybrid Real-time Rendering Engine (2018)

    C++ 2

  2. id Software Game Development Princip... id Software Game Development Principles
    1
    # id Software Game Development Principles 
    2
    
                  
    3
    1. No prototypes. Just make the game. Polish as you go. Don't depend on polish happening later. Always maintain constantly shippable code.
    4
    2. It's incredibly important that your game can always be run by your team. Bulletproof your engine by providing defaults upon load failure.
    5
    3. Keep your code absolutely simple. Keep looking at your functions and figure out how you can simplify further.
  3. Talos Talos Public

    3D game framework/engine with network multiplayer (2015)

    C++ 1 2

  4. Cornea Cornea Public

    3D Game Framework/Engine - First Person Shooter (2013) (with demo)

    C++ 4 1

  5. Fighting-Game-Framework-2D Fighting-Game-Framework-2D Public

    Basic 2D fighting game framework with online multiplayer (2014)

    C++ 1

  6. EtherealChess EtherealChess Public

    3D chess client compatible with UCI AI engines (2012)

    C++