Giter VIP home page Giter VIP logo

c4d-2048's Introduction

2048

This Cinema 4D plugin brings you 2048 to Cinema 4D. The source code is well documented and should be a good learning resource for intermediate level Python programmers interested in advanced GUI development.

  • 99% handmade user interface
  • animated tiles

Use the arrow keys to control the game, press backspace to reset it.

Preview Image of the 2048 game for Cinema 4D

c4d-2048's People

Contributors

niklasrosenstein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

c4d-2048's Issues

Fix code documentation issues

The docstrings of the Tile class does not list the age attribute but prev_values which is not there anymore. There are probably more issues in the docstrings

Merge algorithm not fully correct

Seems like I made a mistake when translating the first version of the merge() function to the Tile.merge_tiles() function. Merging tiles with the values [4, 16, 0 16] results in [4, 16, 16, 0] but should of course be [4, 32, 0, 0].

More distinguishable colors

The interpolation between two colors is not enough, the tiles are sometimes hard to distinguish in their color.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.