Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navaneeth-raman-bhaskar/2048game
2048 a PHP command line game built from scratch.
https://github.com/navaneeth-raman-bhaskar/2048game
2048-game commandline-game php74 php8
Last synced: 1 day ago
JSON representation
2048 a PHP command line game built from scratch.
- Host: GitHub
- URL: https://github.com/navaneeth-raman-bhaskar/2048game
- Owner: navaneeth-raman-bhaskar
- Created: 2022-05-19T15:28:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T14:05:59.000Z (over 2 years ago)
- Last Synced: 2024-11-18T22:40:31.369Z (1 day ago)
- Topics: 2048-game, commandline-game, php74, php8
- Language: PHP
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Game
A PHP command line game built from scratch.
Supported version `PHP 7.4`, `PHP 8.0` and `PHP 8.1`
## Want to try?
- Fork the repo
- Go to commandline and run `php 2048`
- Enjoy!## Releases
- `v1.0.0` for *PHP 8* or greater
- `v1.0.0-beta` for *PHP 7.4*
## Output![Sample output](output.png)
![Sample output](output2.png)