CLI gaming platform created during DevOps course using:
- Python code - using Flask, Selenium and HTML.
- Docker - docker-compose.
- Jenkins - using jenkinsfile.
Compatible with Windows, Linux, Mac operating systems.
To deploy this project on docker container, use command:
docker-compose up -dTo play - use command:
docker exec -it WoG_WEB shRun the Game:
python MainGame.pyFor Score visit in browser: 127.0.0.1:8081
Runing the test using Jenkins pipeline by Jenkinsfile. For pushing the image to your docker hub - need to provide credentials and incorporate them in your own Jenkins system under the appropriate id
