Tag: SFML

  • SFML  Car Game

    SFML Car Game

    Project Link

    As part of a C++ programming project, I made a simple clone of Speed Racer in SFML.

  • SFML Boids

    SFML Boids

    Project Link

    Created as part of an assignment in a couple of days.

    The Boids algorithm used implements the basic rules of cohesion, separation, and alignment. The Boids are baised towards staying within the screen and the speed is adjustable.