Skip to content

wertherhiggs/minesweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper

A simple symfony-minesweeper game created following a BDD approach.

To run this you should have installed:

  • vagrant
  • virtual box
  • virtual box guest additions

Remember to perform this before start

sudo cat '192.168.33.99 minesweeper' >> /etc/hosts

and to access vagrant via ssh to generate database and to install assets

cd /vagrant
php app/consolle doctrine:migrations:migrate
php app/console assets:install --symlink web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.6%
  • HTML 5.9%
  • JavaScript 3.8%
  • ApacheConf 3.2%
  • Ruby 1.8%
  • Smarty 0.9%
  • Shell 0.8%