#
arkanoid
Here are 95 public repositories matching this topic...
RoboDurden
commented
Jul 28, 2019
Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(
size_t ssd1306_write8(uint8_t ch)
{
...
else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )
Please complete the following information:
- library version: 1.7.21 installed via Arduino IDE
- LCD display type: cheap 1
Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
raspberry-pi
arduino
attiny
i2c
esp32
atmega328p
arduino-library
spi
arkanoid
attiny85
lcd-display
ssd1306
sh1106
ssd1325
ssd1331
nokia5110
ili9341
ssd1327
ssd1351
-
Updated
Jul 1, 2020 - C++
Arkanoid clone build as part of the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
-
Updated
Jun 25, 2018 - C#
Our entry for Github GameOff 2018
-
Updated
Nov 12, 2019 - JavaScript
The best ever (allegedly) arkanoid game written in Love2D
-
Updated
Jul 18, 2019 - Lua
OpenCV demonstration application written in C++ and JS (used in QML). Powered by OpenCV and Qt
-
Updated
Jul 19, 2014 - C++
SDL-Brick-Breaker is a remake of the original Brick Breaker arcade game, written in C with SDL.
-
Updated
Jul 7, 2020 - C
A simple cli game reminiscent of Pong and Arkanoid.
-
Updated
Jul 22, 2018 - Go
Simple vesion of Arkanoid || Breakout.
-
Updated
Mar 22, 2017 - C++
Arkanoid clone running on ingenico 220/250 POS
game
gamedev
game-development
arkanoid
game-dev
ingenico
gamedevelopment
ingenico-ict220
ingenico-ict250
-
Updated
Jan 26, 2020 - C
Arkanoid (Breakout) implementation by using Python programing language and PyGame library
-
Updated
Nov 15, 2015 - Python
Breakout-style game, written in TypeScript
-
Updated
Sep 30, 2018 - JavaScript
An Arkanoid game for university project.
-
Updated
Oct 3, 2019 - C++
This is in general, probably my first program working with graphics. Before that, I was in DOS, and then I saw what are Delphi, Builder, so it immediately seemed that the resources are endless, the possibilities are unlimited. The most common arkanoid. Two levels, but I do not have the patience to pass the first one.
-
Updated
Sep 1, 2017 - C++
-
Updated
Mar 22, 2019 - C++
Juego Arkanoid hecho en C++ con ayuda de la librería Allegro 5
-
Updated
Aug 25, 2019 - C++
Simple 2D game written to improve my C++ skils
-
Updated
Jul 20, 2018 - C++
Improve this page
Add a description, image, and links to the arkanoid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arkanoid topic, visit your repo's landing page and select "manage topics."


As a reference see:
https://docs.travis-ci.com/user/languages/haskell/
and
https://github.com/ivanperez-keera/dunai/blob/develop/.travis.yml
That is, use the standard building image for Haskell ("ghc" variable, remove install section, etc.).