Coder Social home page Coder Social logo

snekfml's Introduction

CodeQL C/C++ CI ...somehow

snek-fml

A quickly hacked together attempt at making lowest size executable possible for a simple snake game on SFML

Decided to make this to introduce myself to SFML. As it turns out - nothing is quite pleasant whenever you try to fight back against the compiler.

Dependencies

You'll need to install sfml. That's it.

Use your favorite package manager to do so.

Examples on different distros:

  • Arch: pacman -Syu sfml
  • Ubuntu: apt-get install libsfml-dev

On Windows... Uhh... I'm not sure to be entirely honest. You'll probably have to manually link everything... Sorry

Build dependencies

You will need meson and ninja to build this project. Use your favorite package manager to install those.

Examples on different distros:

  • Arch: pacman -Syu meson ninja
  • Ubuntu: apt-get install meson ninja-build

Build

Easy. Use autobuild script.

Usage: ./autobuild [OPTION] [ARG]

       Common flags:

  -h,  --help              Show this help message and exit.
  -d,  --debug             Build the program in debug mode.

  -gd, --graphical-debug   Build the program with GraphicDebugging

       OVERRIDE flags:

  -n,  --no-compression    Don't apply any additional compression to compiled executable
  -f,  --force-compression Force compression on compiled executable
  -X,  --force-reconfigure Forcefully remove build directory and reconfigure meson

  Note: If no flags are given, the program will be built in release mode with extra compression afterwards.

i.e. just do ./autobuild.

Current state

  • Handle Snake's head collision with its tail
  • Handle Game Over conditions
  • Restarting the game after GameOver
  • Quick-succesion presses
  • "Grace" period when you're about to hit your own tail or a boundry

Credit

Original Font Press Start K - codeman38

snekfml's People

Contributors

alexlnkp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.