saifurrehman4114 / oo

Screencast code, script and spare parts for classes (e.g. extra interfaces, refurbished class constants, etc) for the intro OO course

Home Page:https://knpuniversity.com/screencast/oo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Oriented Ship Battling, Ahem Programming

This repository holds the screencast code, script and blueprints for a secret rebel base for the Object Oriented Series from KnpUniversity.

Setup

To get this code working, open your favorite terminal application and start the built-in web server:

cd /path/to/the/project
php -S localhost:8000

This command will appear to "hang" - but that's perfect! You're now running a temporary PHP web server (press ctrl+c to stop it when you're done later).

Pull up the new site by going to:

http://localhost:8000

About

Screencast code, script and spare parts for classes (e.g. extra interfaces, refurbished class constants, etc) for the intro OO course

https://knpuniversity.com/screencast/oo


Languages

Language:PHP 98.9%Language:JavaScript 0.6%Language:CSS 0.5%