All Projects → mbfassnacht → Pacman React

mbfassnacht / Pacman React

Licence: mit
Pacman game created with react

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pacman React

dotfiles
No place like ~. Nix. All. The. Things.
Stars: ✭ 48 (-40.74%)
Mutual labels:  pacman
repoctl
Make it easy to manage your local Arch Linux repository.
Stars: ✭ 82 (+1.23%)
Mutual labels:  pacman
Pacman
Pacman based on HTML5. 基于HTML5的吃豆人游戏 - 经典游戏开发样例
Stars: ✭ 707 (+772.84%)
Mutual labels:  pacman
Pacman-Game
This is a pacman game made using HTML, CSS and Javascript only.
Stars: ✭ 42 (-48.15%)
Mutual labels:  pacman
Pac-Man
Evolutionary Pac-Man bots using Grammatical Evolution and Multi-objective Optimization. Cool GUI included (Undergraduate Thesis)
Stars: ✭ 50 (-38.27%)
Mutual labels:  pacman
Fxglgames
This repo contains sample games built with FXGL
Stars: ✭ 363 (+348.15%)
Mutual labels:  pacman
pyalpm
Python 3 bindings for libalpm (read-only mirror)
Stars: ✭ 50 (-38.27%)
Mutual labels:  pacman
Cpcache
central pacman cache
Stars: ✭ 15 (-81.48%)
Mutual labels:  pacman
pacman
Pacman WebVR using Aframe
Stars: ✭ 20 (-75.31%)
Mutual labels:  pacman
Trizen
Lightweight AUR Package Manager
Stars: ✭ 696 (+759.26%)
Mutual labels:  pacman
pacmanity
Package List Gist Backup via ALPM-Hooks
Stars: ✭ 34 (-58.02%)
Mutual labels:  pacman
paruz
A fzf terminal UI for paru or pacman
Stars: ✭ 29 (-64.2%)
Mutual labels:  pacman
Pacwall
A live wallpaper that shows the dependency graph and status of installed packages.
Stars: ✭ 412 (+408.64%)
Mutual labels:  pacman
pacman-for-termux
Special configured pacman for termux.
Stars: ✭ 24 (-70.37%)
Mutual labels:  pacman
Yay
Yet another Yogurt - An AUR Helper written in Go
Stars: ✭ 7,100 (+8665.43%)
Mutual labels:  pacman
pacellman
Pac-Man in Excel
Stars: ✭ 37 (-54.32%)
Mutual labels:  pacman
Octopi
A powerful Pacman (Package Manager) front end using Qt libs
Stars: ✭ 331 (+308.64%)
Mutual labels:  pacman
Aura
A secure, multilingual package manager for Arch Linux and the AUR.
Stars: ✭ 998 (+1132.1%)
Mutual labels:  pacman
Pacaur
[unmaintained] An AUR helper that minimizes user interaction
Stars: ✭ 818 (+909.88%)
Mutual labels:  pacman
Aurutils
Helper tools for the AUR.
Stars: ✭ 695 (+758.02%)
Mutual labels:  pacman

pacman-react

Pacman game created with react

Take a look to the Demo

pacman

INSTALLATION DEPENDENCES

npm install

USAGE

The following commands are available in your project:

# Start for development
npm start

# Just build the dist version and copy static files
npm run build

# Run unit tests
npm test

# Auto-run unit tests on file changes
npm run test:watch

# To debug in chrome

# Place a debugger; statement in any of your tests, and then, in your project's directory, run:
node --inspect-brk node_modules/.bin/jest --runInBand [any other arguments here]

# To debug in Google Chrome (or any Chromium-based browser), simply open your browser and go to chrome://inspect and click on "Open Dedicated DevTools for Node",

# Lint all files in src (also automatically done AFTER tests are run)
npm run lint
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].