Skip to content

fdeage/42-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-2048

Overview

2048 is a CLI-based game based on the famous game from Gabriele Cirulli, that can be played on a board from 2x2 to 64x64. It can handle screen resizes during the game.

It needs the libft library to work. This repo doesn't include the libft source files, but includes an already-compiled libft.a. The libft sources can be found here.

2048 is a first-year project from the 42 school, which I attended in 2013-2016. It abides to the strict rules of 42 not to exceed 5 functions per file, or 25 lines per function.

Getting started

To compile and launch the project:

?> ./make
?> ./2048

42

42 is a French programming school founded in 2013, rooted in P2P collaboration and self-directed learning. Its pedagogy is fully project-based. It is considered a good place to learn to code.

License

This project is licensed under the MIT license.

Author

This project was created by Félix Déage.

About

The famous game now available in your terminal!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published