Giter VIP home page Giter VIP logo

proj13_graph_nibbler's Introduction

Project #13 NIBBLER, May 2015

#####Multiple UI game. (group project)

Grade (109/100) (109/125)*

Team: jaguillo / ngoguey.

./gif.gif

Goals:
  • Implement a 'snake game'
  • Build 1 core program and 3 standalone GUI loaded as dynamic libraries diagram
  • Bind keys to dynamically load another GUI while playing.
  • Core's main loop mustn't lose control (exit QT and so on)
Recommended bonuses:
  • A scoring system
  • Bonus of food appears for a short period of time
  • The head section looks different from the others sections
  • The snake speed increases during the game
  • The game area has some obstacles
  • Sound as a standalone dynamic library
  • Multiplayer
  • Multiplayer through network
Our work:
  • Deep exploration of C++11 and C++14
  • A 4th GUI
  • 3 basic GUI: SFML(using sprites), Ncurses, SDL2
  • 1 polished GUI: OpenGL 2.0 (glfw3, ftgl)
  • 1 Sound Interface: SFMLaudio
  • A fine makefile and file tree organization
Install:
#repare brew:
rm -rf ~/Library/Caches/Homebrew/ && brew update && brew upgrade --all && mkdir ~/Library/Caches/Homebrew/
#launch project
git clone https://github.com/Ngoguey42/Nibbler
cd Nibbler
make #installs libraries through brew
LD_LIBRARY_PATH="$HOME/.brew/lib/" ./nibbler --ui=1 -t 15 15
*
- A grade of 85 was required to validate the project.
- A maximum grade of 125 was reachable.
- Second sessions are organised for failed projects.

proj13_graph_nibbler's People

Contributors

julow avatar

Watchers

James Cloos avatar  avatar ngoguey avatar

Forkers

julow

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.