Skip to content

lakatop/Train-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train-Game

This is a simple C++ project. Game is based on old czech game called Vlak, but with some gameplay improvements.

Feel free to try it out :)

Table of contents

Introduction

This game is inspired by an old Czech game, but with some gameplay improvements. There have been added new items to the game as well as some types of walls, and it also depends in which order you collect given items. There are 3 given maps, but you may add your new based on given template :)

Technologies

Compiled with ISO C++ 17 Standard

Features

New items:

There have been added new items to the game like: lighter : lighter With combination of Tree item the wagons start burning. When the fire reaches locomotive, the train explodes.

Rotten apple lighter Subtracts points.

Golden apple lighter This item must be collected as last. After collecting this item, train wont be able to make new wagons.

New walls:

There have been added new types of walls. You may pass through them only in given direction.

Adding new maps:

Currently there are 3 given maps, but you may add your own, just follow simple map template: 1st line = Width of map 2nd line = Height of map And now just build your map using following symbols:

  • R - locomotive
  • L - lighter
  • C - cherry
  • T - tree
  • W - wine
  • A - rotten apple
  • F - golden apple
  • B - brick
  • G - gate
  • < - left brick
  • > - right brick
  • ^ - up brick
  • v - down brick
  • ' ' - empty space

Ilustrations

lighter lighter lighter lighter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages