go-snake2d-sdl2

command module
v0.0.0-...-c29a33c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2020 License: MIT Imports: 13 Imported by: 0

README

snake2d

A classic Snake 2D game written in Go programming language using SDL2

Screenshots

Snake Game 2D Screenshot

Prerequisites:

Install GCC, SDL, SDL_gfx, and SDL_ttf:

  • Debian/Ubuntu, run:

    sudo apt install gcc libsdl2-2.0-0 libsdl2-gfx-1.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0

  • RHEL-like systems, run:

      	yum install gcc SDL-devel SDL_gfx-devel SDL_image-devel SDL_ttf-devel
    
  • Arch Linux, run:

      	pacman -S gcc sdl2 sdl2_gfx sdl2_image sdl2_ttf
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL