PHPackages                             simonecosci/wtf-game - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. simonecosci/wtf-game

ActiveProject[Framework](/categories/framework)

simonecosci/wtf-game
====================

The DOM Game made with kendo and Laravel Framework.

0.0.3(7y ago)14[19 PRs](https://github.com/simonecosci/WTF-Game/pulls)MITPHPPHP &gt;=7.1.3

Since May 2Pushed 3y ago3 watchersCompare

[ Source](https://github.com/simonecosci/WTF-Game)[ Packagist](https://packagist.org/packages/simonecosci/wtf-game)[ RSS](/packages/simonecosci-wtf-game/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (8)Versions (23)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

About this game
---------------

[](#about-this-game)

WTF-Game is a simple browser based game built with kendo-ui using dom nodes. It means that no canvas is required and all game objeicts are simple tag elements

DOM Browser game

- [Laravel](https://laravel.com/docs/5.6).
- [Telerik Kendo UI for jQuery](https://www.progress.com/kendo-ui).
- [Project homepage](http://wtf-game.simonecosci.com/).

Installation
------------

[](#installation)

Cloning the git

```
git clone https://github.com/simonecosci/WTF-Game.git
cd
composer install
npm install

```

Via Composer

```
composer create-project simonecosci/WTF-Game
cd
npm install

```

Database
--------

[](#database)

Creata a new database

```
mysql -uroot -p
mysql> create database yourDatabaseName;
mysql> quit;

```

Then `cp .env.example .env` and update your database creds.

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourDatabaseName
DB_USERNAME=root
DB_PASSWORD=root

```

run the migrations with seed

```
php artisan migrate

```

You can now run the web server

```
php artisan serve

```

or configure a virtualhost in your web server config

```

	ServerName localhost
	DocumentRoot "//public"

		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local

```

Navigate  and login

License
-------

[](#license)

The WTF-Game is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2569d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.0.0

0.0.2PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa0803f07f0854903f3f45c61f811936e202472d7caa858d00122cd1d8876025?d=identicon)[simonecosci](/maintainers/simonecosci)

---

Top Contributors

[![simonecosci](https://avatars.githubusercontent.com/u/6168998?v=4)](https://github.com/simonecosci "simonecosci (42 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simonecosci-wtf-game/health.svg)

```
[![Health](https://phpackages.com/badges/simonecosci-wtf-game/health.svg)](https://phpackages.com/packages/simonecosci-wtf-game)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
