Giter VIP home page Giter VIP logo

gamedev's Introduction

gamedev

Learning to code gamedev with C/C++ and Simple2D

My 11 year old took an interest in C/C++ mainly because he wants to do Arduino projects. This led him to simple display libraries like Simple2D. As he's doing more coding I thought I'd brush up on my skills.

Enjoy!

Bouncing Balls

First, I made a ball bounce around at 45 deg angles. I hacked my way through then cleaned up the code using some struct and array so I could do many balls bouncing around.

Gravity and Vectors

Then I went down the rabbithole of math for game developers. Sure, I could use Box2D or Chipmunk to implement physics, but I'd much rather learn the first principles. It'll make it easier to teach my kids about it later. Found this awesome playlist, its based on C++ but I've been able to translate it to C (main problem is operator overloading not available in C).

Other Physics Co-efficients

Once I've mastered gravity and vectors, I plan to try to simulate other forces like co-efficient of restitution, friction or maybe even magnus effect of a spinning ball.

gamedev's People

Contributors

skippa avatar

Stargazers

 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.