All Projects → atuooo → Pacmanpagecontrol

atuooo / Pacmanpagecontrol

Licence: mit
Let's play Pac-Man.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Pacmanpagecontrol

pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (-33.67%)
Mutual labels:  pacman
Aurutils
Helper tools for the AUR.
Stars: ✭ 695 (+609.18%)
Mutual labels:  pacman
Aura
A secure, multilingual package manager for Arch Linux and the AUR.
Stars: ✭ 998 (+918.37%)
Mutual labels:  pacman
Pac-Man
Evolutionary Pac-Man bots using Grammatical Evolution and Multi-objective Optimization. Cool GUI included (Undergraduate Thesis)
Stars: ✭ 50 (-48.98%)
Mutual labels:  pacman
Fxglgames
This repo contains sample games built with FXGL
Stars: ✭ 363 (+270.41%)
Mutual labels:  pacman
Pacman
Pacman based on HTML5. 基于HTML5的吃豆人游戏 - 经典游戏开发样例
Stars: ✭ 707 (+621.43%)
Mutual labels:  pacman
Pacman-Game
This is a pacman game made using HTML, CSS and Javascript only.
Stars: ✭ 42 (-57.14%)
Mutual labels:  pacman
Paru
Feature packed AUR helper
Stars: ✭ 1,240 (+1165.31%)
Mutual labels:  pacman
Pacwall
A live wallpaper that shows the dependency graph and status of installed packages.
Stars: ✭ 412 (+320.41%)
Mutual labels:  pacman
Cpcache
central pacman cache
Stars: ✭ 15 (-84.69%)
Mutual labels:  pacman
pacman
Pacman WebVR using Aframe
Stars: ✭ 20 (-79.59%)
Mutual labels:  pacman
Octopi
A powerful Pacman (Package Manager) front end using Qt libs
Stars: ✭ 331 (+237.76%)
Mutual labels:  pacman
Yay
Yet another Yogurt - An AUR Helper written in Go
Stars: ✭ 7,100 (+7144.9%)
Mutual labels:  pacman
paruz
A fzf terminal UI for paru or pacman
Stars: ✭ 29 (-70.41%)
Mutual labels:  pacman
Pacman React
Pacman game created with react
Stars: ✭ 81 (-17.35%)
Mutual labels:  pacman
pacmanity
Package List Gist Backup via ALPM-Hooks
Stars: ✭ 34 (-65.31%)
Mutual labels:  pacman
Trizen
Lightweight AUR Package Manager
Stars: ✭ 696 (+610.2%)
Mutual labels:  pacman
Helm System Packages
A Helm interface to the package manager of your operating system
Stars: ✭ 93 (-5.1%)
Mutual labels:  pacman
Antipacman
HTML5 Pac-Man game with gesture recognition
Stars: ✭ 81 (-17.35%)
Mutual labels:  pacman
Pacaur
[unmaintained] An AUR helper that minimizes user interaction
Stars: ✭ 818 (+734.69%)
Mutual labels:  pacman

PacmanPageControl

Let's play Pac-Man:

demo

Install

CocoaPods

To integrate PacmanPageControl into your Xcode project using CocoaPods, specify it to a target in your Podfile:

pod 'PacmanPageControl'

Carthage

github "atuooo/PacmanPageControl"

Manually

Clone this repo and throw the source files under Sources folder into your project to use it.

Example

// init 
let pacman = PacmanPageControl(frame: pacmanFrame)
pacman.scrollView = scrollView
// pacman.dotColorStyle = .random(hue: .orange, luminosity: .light)
// pacman.pacmanColorStyle = .changeWithEatenDot

view.addSubview(pacman)

You can also set it in Interface Builder.

Acknowledgements

Thanks for onevcat's RandomColorSwift.

License

PacmanPageControl is released under the terms of the MIT license. See LICENSE for details.

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].