Project 2048 Logo
latest

Installation

  • How to install the project 2048

The Game

  • 2048 : The game
  • 6561 : An alternative game

Strategies

  • Simulations
  • Random
  • Clockwise
  • Opposite
  • Adjacent

A little illustration

  • A little illustration

Features

  • Distribution
  • Maximum cell

Executable functions

  • Strategies battle
  • New data comparison
Project 2048
  • »
  • Index
  • Edit on GitHub

Index

A | C | D | G | I | L | M | N | O | P | R | S | T | U

A

  • adjacent_2048() (in module Game2048.game.Main.Game_2048)

C

  • clockwise_2048() (in module Game2048.game.Main.Game_2048)

D

  • display() (Game_2048 method)
  • down_movement() (Game_2048 method)

G

  • Game_2048 (class in Game2048.game.Main)
  • Game_6561 (class in Game2048.game.Main)

I

  • inverse() (Game_2048 method)

L

  • left_movement() (Game_2048 method)

M

  • main() (Game_2048 method)
  • maxcell_find() (Game_2048 method)
  • merge_left() (Game_2048 method)

N

  • newcell() (Game_2048 method)
  • newcell_start() (Game_2048 method)

O

  • opposite_2048() (in module Game2048.game.Main.Game_2048)

P

  • possible_action() (Game_2048 method)

R

  • random_2048() (in module Game2048.game.Main.Game_2048)
  • right_movement() (Game_2048 method)

S

  • stack() (Game_2048 method)
  • stop_game() (Game_2048 method)
  • sup_2048() (Game_2048 method)

T

  • transpose() (Game_2048 method)

U

  • up_movement() (Game_2048 method)

© Copyright 2021, Nathan Esteve, Ayoub Aarab, Elucson Jean-Baptiste, Jalal Sakher. Revision be19b7e4.

Built with Sphinx using a theme provided by Read the Docs.