Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

moznuy/Snake2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Download

Windows

Releases

Compilation

Linux

Requiments:

  • SDL2 dev (libsdl2-dev or similar)
  • gcc
  • make
  • cmake

Steps:

  • mkdir release && cd release
  • cmake -DCMAKE_BUILD_TYPE=Release ..
  • make
  • ./Snake2D

Windows

Requiments:

Steps:

  • mkdir release && cd release
  • cmake -DCMAKE_BUILD_TYPE=Release -G "CodeBlocks - MinGW Makefiles" ..
  • mingw32-make
  • Snake2D
  • TODO: Install or dll dependency explanation

About

Small SDL2 game with networking

Resources

Stars

Watchers

Forks

Packages

No packages published