Skip to content

ArduboyCollection/ard-drivin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with rveilleux/ard-drivin:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ard-drivin

'Ard Drivin' is an Arduboy racing game

Coding: Rem Graphics: LP

Link on Arduboy.com: http://community.arduboy.com/t/ard-drivin-is-coming/3178

Technical info so far:

  • Game runs at a constant rate of 67 frames per second
  • Rendered in 3 colors: black, gray, white
  • Grayscale is achieved by flickering quickly between black and white, and also alternating the dithering pattern, so it looks more stable. The resulting grayscale is almost perfectly stable, except for a sort of visible subtle scanline glitch
  • Sprite scaling (pre-rendered scaled sprites, to be precise)
  • Sound (using ArduboyTones library)
  • It uses Arduboy2 lib, although most of the drawing routines have been written from scratch
  • Custom font!
  • png to Arduboy conversion made using Processing 3

About

'Ard Drivin' is an Arduboy racing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.6%
  • C 30.6%
  • Processing 6.8%