Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 898 Bytes

Some pratice with SFML.

Gameplay

DOCS: http://www.sfml-dev.org/documentation/2.3.2-fr SFML downloads: http://www.sfml-dev.org/download.php

Download

Windows version: Download

Linux version: build it. Download

Build with cmake

install sfml from http://www.sfml-dev.org/download.php
$ cd build/linux_version
$ cmake ../..
$ make
$ ./Game

Build in Visual Studio

Change SFML path in CMakeLists for windows

Open vs project in ./build/visualStudio/Game

Change project properties following oficial tutorial: http://www.sfml-dev.org/tutorials/2.3/start-vc.php