GithubHelp home page GithubHelp logo

c-breakout's Introduction

BREAKOUT

I got back into hacking around with C while my classmates were learning how to make breakout in JavaScript, so I decided to give this a shot. My goal is to make the entire thing in less than 1,000 LOC and only rely on SDL2.

preview

Acknowledgments

Directions

A,D and left/right arrow keys controls the paddle. Q quits the game.

If cheating is enabled (check config.h), clicking will position the ball to the mouse pointer, and W simulates winning the game.

Compiling and Installing

Make commands include all (default), clean, install, and uninstall.

config.mk stores common settings for customizing building the program. I've set CC to clang, but you might set it as something else if you don't like clang.

PREFIX is set to be ~/.local. For global installation, set it to /usr/local.

Hacking

Common variables and settings are stored in config.h. I really like this file, so please treat it well :).

The code has four-space indents (no tabs!), curly braces in function definitions have their own line, and any code block less significant doesn't. Line width is ideally at 80 cols, but I break the rule depending on how awkward the line of code is.

c-breakout's People

Contributors

samuel-hunter 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.