Pinned Repositories
codekata
A code kata is an exercise in programming which helps programmers hone their skills through practice and repetition. Here is what I did so far.
flutter_flags_quiz
A little application in Dart/Flutter. This app lets users test their skills in a game of identifying country flags and names.
kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
RedLight
This app is used to control traffic light hardware LEDs connected to an Arduino board. It is tightly linked to https://github.com/ssenegas/trafficlight project.
remotecontrol
This Java Swing project implements an MVC-based remote control interface with 21 buttons arranged in a 3x7 grid. Each button is represented by an enum with a custom label and an associated command, following the Command pattern to execute specific actions when pressed.
tacticaleditor
Kick-Off tactic editor can be used to open and edit original tactic files from cult football game Kick Off 2 designed by Dino Dini with sprite outwork supplied by Steve Screech and released by Anco for the Atari ST and the Commodore Amiga in 1990. It is written in Java.
trafficlight
A small Java Swing application used to pilot using serial communication a traffic light signal mounted on an Arduino board.
ssenegas's Repositories
ssenegas/kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
ssenegas/trafficlight
A small Java Swing application used to pilot using serial communication a traffic light signal mounted on an Arduino board.
ssenegas/flutter_flags_quiz
A little application in Dart/Flutter. This app lets users test their skills in a game of identifying country flags and names.
ssenegas/tacticaleditor
Kick-Off tactic editor can be used to open and edit original tactic files from cult football game Kick Off 2 designed by Dino Dini with sprite outwork supplied by Steve Screech and released by Anco for the Atari ST and the Commodore Amiga in 1990. It is written in Java.
ssenegas/codekata
A code kata is an exercise in programming which helps programmers hone their skills through practice and repetition. Here is what I did so far.
ssenegas/data-mpg
Extrait & envoie les joueurs de votre championnat MonPetitGazon
ssenegas/java-swing-tips
Java Swing example.
ssenegas/RedLight
This app is used to control traffic light hardware LEDs connected to an Arduino board. It is tightly linked to https://github.com/ssenegas/trafficlight project.
ssenegas/remotecontrol
This Java Swing project implements an MVC-based remote control interface with 21 buttons arranged in a 3x7 grid. Each button is represented by an enum with a custom label and an associated command, following the Command pattern to execute specific actions when pressed.
ssenegas/skills-introduction-to-github
My clone repository
ssenegas/ssenegas