Skip to content

A PHP implementation of the game "2048," done for a TDD camp

Notifications You must be signed in to change notification settings

yitznewton/2048

Repository files navigation

2048: a PHP implementation

Run the game

php 2048.php

Tests

The Makefile refers to the automated tests and code quality tools. To run everything, do

make ci

Manual console tests (for I/O)

This will allow you to test keystrokes:

php tests/manual_io/console_input.php

This will allow you to test the rendered output on the console:

php tests/manual_io/console_output.php

About

A PHP implementation of the game "2048," done for a TDD camp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages