Skip to content

More11o/Asteroids

Repository files navigation

Asteroids

Asteroids written in Golang using Raylib using an ECS system.

Raylib Golang bindings are provided by raylib-go. Art is from Arcade Island

This is written as an educational / hobbyist project.

Each struct is defined in its own go file and should structured as follows:

'struct-name'.go :

    package

    import ()

    struct {}

    interface {}

    const()

    var()

    func()

About

Asteroids written in Golang using raylib using an ECS system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages