Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Jul 16, 2023
1 parent 2aaade8 commit c92a5a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
46 changes: 21 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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)
Expand All @@ -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 📝
-------
Expand Down
1 change: 0 additions & 1 deletion edovshitler.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cd dist
game.exe
cd ..

0 comments on commit c92a5a4

Please sign in to comment.