Development of the game Snake++ using C, C++ and SDK2 for the Software Engineering course as part of our studies.

Compilation

Linux

Install tools and SDL2

pacman -S sdl2 sdl2_rrf
pacman -S cmake gcc

** build **

mkdir build
cd build
cmake ..
make

Windows

** Download SDL **

VS Code instructions

required extensions

  • Cmake
  • CmakeTools
  • C/C++

setup

  • With CmakeTools installed open the project folder in VS Code
  • open cmd-prompt with CTRL + SHIFT + P run cmake.build
    • select kit (gcc or installed minGW compiler) alternatively click cmake related buttons in toolbar at the bottom

compile

  • use buttons in bottom toolbar (cmake) (build debug etc..) alternatively:
  • ctrl-F5 run without debugger
  • shift-F5 run with debugger
  • F7 compile only
Description
No description provided
Readme 2.5 MiB
Languages
C 94.8%
CMake 3.7%
C++ 1.5%