Coder Social home page Coder Social logo

tuxpusher's Introduction

TuxPusher

A Tux themed 3D coin pusher game.

Screendump

Screenshot of the Tux Pusher game

Mechanics / Rules

  • Getting a gold coin in a silver slot rewards you 2x silver coins.
  • Getting a gold coin in a gold slot rewards you 2x gold coins.
  • Getting a tux in a slot when you already have the tux gives you 6x gold coins and 6x silver coins.

Controls

Just move around your mouse and click to release a coin.

  • Left Click = Release coin.
  • Right Click = Show/Hide cursor.
  • C = Orthographic/Perspective.
  • F = FPS to console.

Play Options


Build Instructions


Simple (generates all builds)

sudo ./getdeps.sh
make

Manual Linux SDL

sudo apt install libsdl2-2.0-0 libsdl2-dev
cc main.c -I inc -lSDL2 -lGLESv2 -lEGL -Ofast -lm -o tuxpusher

Manual Linux GLFW

sudo apt install libglfw3 libglfw3-dev
cc -DBUILD_GLFW main.c glad_gl.c -I inc -Ofast -lglfw -lm -o tuxpusher

Typography

License

This software TuxPusher is released under the GPL-2.0-only license. Being released under 'GPL-2.0-only' means that any subsequent versions of the GPL-2.0 license are NOT applicable to the source code or assets in this GitHub repository. This GPL-2.0-only licensing includes source code and all assets apart from the Tux 3D asset (tux.h) created by Andy Cuccaro which is licenced under CC BY 4.0.

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.