Skip to content

Puzzle desktop game written in Python and Pygame as part of Software Engineering course at University of Warsaw

Notifications You must be signed in to change notification settings

wladekpal/The-Lazy-Snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-Lazy-Snek

Logical desktop game created as part of completing Software Engineering course at Warsaw University.

Launch options

Downloading repository

Download this repository (for example using git clone command), then enter root directory of a project and run game with command: python .\lazy_snek.py (on windows) or: python3 .\lazy_snek.py(on linux or osx). In order to run game this way, you should also have pygame and tkinter libraries installed for python.

Downloading executable file

As an alternative, it's possible to download game as .zip file including only executable file and assets (depending on operating system):

.zip file containing game for Windows

.zip file containing game for Linux

Useful key controls:

  • You can exit level editor or level simulation in level editor using ESCAPE button.
  • In main menu and submenus, it's possible to SCROLL through available options.
  • After winning base level, you can easily jump to the next one using SPACEbutton.

The-Lazy-Snek

Gra logiczna stworzona na labach z Inżynierii Oprogramowania.

Sposoby uruchomienia

Pobranie repozytorium

Należy pobrać repozytorium (na przykład jako plik .zip lub przy pomocy polecenia git clone), następnie wejść w główny katalog i uruchomić grę poleceniem: python .\lazy_snek.py lub: python3 .\lazy_snek.py Należy mieć zainstalowaną biblioteki pygame oraz tkinter.

Pobranie pliku wykonywalnego

Alternatywnie można pobrać grę jako plik .zip zawierający jedynie plik wykonywalny oraz potrzebne pliki. Linki do pobranie pliku .zip to (zależnie od systemu):

Plik .zip z grą w wersji Windows

Plik .zip z grą w wersji Linux

Wskazówki dotyczące sterowania w grze

  • Z edytora poziomów i symulacji poziomu w edytorze poziomów wychodzi się naciskając ESCAPE
  • W menu głównym i menu wyboru poziomów za przewijanie listy poziomów odpowiada SCROLL
  • W bazowych poziomach, po wygraniu poziomu można przejść do następnego poziomu naciskając SPACE

About

Puzzle desktop game written in Python and Pygame as part of Software Engineering course at University of Warsaw

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages