diff --git a/README.md b/README.md index 37f2a6f..93d2077 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It works nicely on Windows, maybe Linux testing... edovshitler is a simple game I enjoyed making it. It's made using Python with pygame library and SQLite3. -Get Started :mega: +Get Started :mega --------- **Build it with pyinstaller** @@ -29,64 +29,61 @@ All the files you see in dist folder except the executable file are mandatory (i It can run on Windows 10 | 8.1 | 8 | 7 | Vista - -Description :mega: +Description :mega --------- It's developed with pygame 1.9.5 library that helps game creating. It's a 2D game, based on Alien (a similar pc game). The game controls are: - Left arrow key = move to left - + - Right arrow key = move to right - + - Space key = shoot the enemies - + - P key = Pause and resume the game - -It stores the record (maximum bombs avoided, maximum missiles shooted and maximum enemies killed) in the result.db database (SQLite3). +It stores the record (maximum bombs avoided, maximum missiles shooted and maximum enemies killed) in the result.db database (SQLite3). -Download :satellite: +Download :satellite ---------- - `git clone https://github.com/edoardottt/edovshitler.git` -Usage :computer: +Usage :computer --------- 1. Download the repository 2. Execute the /dist/initdb.py file for initialize the database (or follow the step 4) -3. How to play: +3. How to play: 3a. run the edovshitler.bat file by clicking two times on it - + OR - + 3b. with a command prompt in edovshitler folder type edovshitler and ENTER - + OR - + 3c. double click on /dist/game.exe file - + 4. If you want to reset the database: 4a. run the reset.bat file by clicking two times on it - + OR - + 4b. with a command prompt in edovshitler folder type reset and ENTER - + OR - + 4c. double click on /dist/initdb.py file - + 5. Have fun playing it! :zap::zap::zap: - -Versioning :books: +Versioning :books --------- [v0.1.2](https://github.com/edoardottt/edovshitler/releases/tag/v0.1.2) @@ -99,9 +96,8 @@ Versioning :books: - Add a pause/resume game option [v0.1](https://github.com/edoardottt/edovshitler/releases/tag/v0.1) - -- First release +- First release License 📝 ------- diff --git a/edovshitler.bat b/edovshitler.bat index 1e3a29c..6cc282c 100755 --- a/edovshitler.bat +++ b/edovshitler.bat @@ -1,4 +1,3 @@ cd dist game.exe cd .. -