Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages