• GaragEng.zip (7,996K)

    Uploaded Wed Jan 27 2021 19:38:39

    GarageEngine: 2d game engine written in Go
    working on OpenGL.  Its an Entity/Component
    based engine and contains lots of features
    such as: Font, Sprites, Texture packing,
    Physics, Depth layers, Scenes and more.  It
    feels like Unity3d and share the same names:
    Scene, Coroutines, Components, Transform,
    GameObjects etc...
    
  • glop.zip (427K)

    Uploaded Wed Jan 27 2021 19:38:39

    Glop (Game Library Of Power) is a fairly
    simple cross-platform game library.
    
  • GO-ASTAR.ZIP (9K)

    Uploaded Wed Jan 27 2021 19:38:39

    The [A\* pathfinding algorithm] is a
    pathfinding algorithm noted for its
    performance and accuracy and is commonly
    used in game development.  It can be used to
    find short paths for any weighted graph.  A
    fantastic overview of A\* can be found at
    [Amit Patel's Stanford website]
    
  • go3d.zip (52K)

    Uploaded Wed Jan 27 2021 19:38:39

    go3d is a performance oriented vector and
    matrix math package for 2D and 3D graphics.
    
  • GOCRAFT.ZIP (2,582K)

    Uploaded Wed Jan 27 2021 19:38:39

    A Minecraft like game written in go.
    See depend.txt for dependencies or
    go to
    https://github.com/icexin/gocraft
    for more details.
    
  • goinvdrs.zip (1,873K)

    Uploaded Wed Jan 27 2021 19:38:39

    SpaceInvaders written in GO
    https://github.com/sausheong/invaders
    
  • gotetris.zip (35K)

    Uploaded Wed Jan 27 2021 19:38:39

    This is a console-based version of Tetris
    written in Go
    https://github.com/jjinux/gotetris
    
  • NES-MSTR.ZIP (40K)

    Uploaded Wed Jan 27 2021 19:38:39

    NES emulator written in Go.
    https://github.com/fogleman/nes