Darkxell / 2048-in-php

A 2048 game that is made to fit in only one file. Without Javascript or flash. Pure HTML5/CSS3/PHP. Yolo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048-in-php

About

A 2048 game that is made to fit in only one .php file, including the Css. It won't have ANY javascript or flash. Everything will be calculated serverside. The goal is not to have a perfect game, but to have a game that doesn't calculate stuff on your computer. It's more of a programming challenge... If you're interested in similar projects featuring javascript, just google it, you will find.

License

Copyright 2015 Darkxell

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

"Darkxell" refers in this document, the source code and in "the license" to Nicolas Candela.

About

A 2048 game that is made to fit in only one file. Without Javascript or flash. Pure HTML5/CSS3/PHP. Yolo.

License:Apache License 2.0


Languages

Language:PHP 100.0%