Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.35 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.35 KB

SNAKE Game

Klassisches Nokia Handy Spiel im Browser

Kurzanleitung

Kurze Anleitung zur Aufsetzung dieses Projekts auf deinem Rechner

Vorinstalliert

Ein paar Dinge welche bereits auf eurem Rechner laufen sollten

XAMPP
PHPMYADMIN
PHP
RUBY
COMPASS

Installation

Schritt für Schritt Anleitung wie man das Projekt zum laufen bekommt

  1. XAMPP starten und PHPMyAdmin öffnen
  2. Datenbank in PHPMyAdmin anlegen (Name in dbconfig.php)
  3. Neuen Benutzer anlegen (Name in dbconfig.php)
  4. URL aufrufen

Entwicklung

PHPStorm ist der empfohlene IDE für dieses Projekt

SCSS

Filewatcher mit Compass einrichten

  • Preferences > File Watcher > Add > Compass SCSS

mit den Arguments:

compile $ContentRoot$ $FileName$

oder mit Compass CLI:

compass watch

Technologien

  • PHP - Hypertext Preprocessor
  • phpMyAdmin - Bringing MySQL to the web
  • Javascript - Fast, lightweight, cross-platform

Autoren

Basisprojekt von Herr Professor Daniel Hoover - danielhoover