Skip to content

lucasknook/Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming

My SDL2 projects written in C.

Minesweeper

Still needs some polishing, but I am not actively working on this project. Left mouse button to reveal blanc spaces, right mouse button to place a flag. Click on the side bar to submit a solution. A smiley face will show you if your solution was correct.

Tetris (WIP)

Tetris using the Super Rotation System.

Controls:
A and D: move piece left or right.
S: soft drop.
W: hard drop.
ENTER: rotate piece clockwise.
RIGHT SHIFT: rotate piece counter clockwise.
C: hold piece.

To be implemented:
Scoreboard, better random generator.

WIP:
Better random generator.
Game over.

Compiling

To build these projects, a makefile is included. The makefiles also have options to cross compile for windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published