Skip to content

Game created for OOP Course at the Institutue of Information Technologies at Wrocław University

Notifications You must be signed in to change notification settings

KaMaCH12/Tanky-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Course Project - Tanky Game

TitleScreen This is a small game, I have created as a final project for OOP course at IT Institue of Wrocław University in June 2020. It's inspired by such legends as "Scorched Earth" and "Worms". Game is meant to be played by two players, taking turns one after another. Goal of the game is to destroy the other tank, while keeping player's tank intact. The terrain is entirely destructible, and tanks can ride on it (although they won't climb vertical walls etc.). Main font isn't mine. It's "Kremlin" made by Vic Freiger http:https://www.vicfieger.com/. All textures were made by me. All sound effects (+ annoying background music) were also made by me, while I was experimenting with my guitar's sound.

Requirements

  • Python3
  • pygame library for python
  • pillow library for python

Installation

On Ubuntu/Debian based linux distros:

sudo apt get install python3
pip install pygame
pip install pillow

Usage

To launch game, make sure you are in its directory. If you are on linux, you can use:

[user@host Tanky-Game]$ ./run.sh

Otherwise change directory to src and launch main.py using python.

Rules&Keybindings

TitleScreen

Screenshots

TitleScreen

About

Game created for OOP Course at the Institutue of Information Technologies at Wrocław University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published