Skip to content

A port of the 2048 game to the Atari 2600 VCS

License

Notifications You must be signed in to change notification settings

unwiredben/2048-2600

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 2600

A port of the 2048 game to the Atari 2600.

(because there aren't enough versions of this game 😆)

Screenshot

2048 2600

Running

You will need either an emulator (e.g., Stella) or a real Atari with an Harmony cart. In either case, just download 2048.rom and run as a normal Atari game.

Bulding / Development info

All the juicy details are included on 2048.asm (the main source file), and a bit easier to read on this blog post.

Author and License

© 2014 by Carlos Duarte do Nascimento (Chester)

Based on the original 2048 game by Gabriele Cirulli

Released under the MIT license.

If you have any questions/comments/rants, feel free to contact me on Twitter, on my blog or simply write an e-mail!

Special Thanks

Pending

Known Bugs

  • Very infrequently we have an extra scanline. Seems to happen when lots of tiles are shifted.

Things that would be nice

  • Animation for new tiles
  • Animation for merged tiles
  • Counting points
  • Time-based multiplayer like Emil Stolarsky's
  • Turn-based multiplayer (survival-style), one or two players
  • An easter egg (after all, Atari 2600 pioneered the genre)
  • Different colors for each tile value (this one is hard. I've almost managed to do it, but I'm missing a few cycles to change the colors quick enough)

About

A port of the 2048 game to the Atari 2600 VCS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 90.9%
  • Ruby 9.1%