Skip to content
/ 2048 Public

Implementations of the game 2048 by Gabriele Cirulli

Notifications You must be signed in to change notification settings

3y3p4tch/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

This repository contains implementation of 2048 game by Gabriele Cirulli

There are two variants:

  • An optimized C++ variant using ncurses
  • A Python variant using Tkinter

Performance

  • The C++ variant achieves around 31,000 FPS using ncurses library.
  • The internal Grid class achieves nearly 1.5e7 iterations per second on 11th Gen Intel processor running at 4GHz.

About

Implementations of the game 2048 by Gabriele Cirulli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published