sdlBasic is a dialect of the BASIC programming language. It is implemented by an Italian programmer using GPL code. The core interpreter is the same as in wxBasic. Instead of the wxWidgets GUI kit the multiplatform multimedia SDL library was added. It comes with fairly elaborate examples how to implement games. Noteworthy is a Sokoban game written in 19kB of Basic code which is relatively easy to understand.