Skip to content

andygeiss/engine-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Engine

License Releases Go Report Card Codacy Grade Badge Codacy Coverage Badge Maintainability

Example for the implementation of a game engine with ecs.

Install and start the engine

    git clone https://github.com/andygeiss/engine-example.git
    cd engine-example
    go run main.go