AbdelrahmanRadwan / Classical-GameBox

Two classical console games, 2D packman and 2D Bomber-man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classical Game-Box!

Example 1

A GameBox made in SFML using C++, It consists of two games:

  1. the very famous pack-man game: A game in which you are playing with that yellow creature trying to eat that points, and that monsters are trying to eat you.

Example 2

  1. the very famous Bomber-man: A game in which you are playing with that white hero, and you are trying to bomb all the blocks to find the port to win.

Example 3

SFML will not give you a lot of advanced options like XNA (Using C#), but that is not a very bad thing! that’s a great opportunity to release your creativity, problem solving, and how-to-do skills.

For example, I made a menu, although SFML doesn't give you the ability to add menu, but using some pictures which will be changed if you pressed some keyboard keys, I could actually create one!

Example 4

Some of magic things I could do is that, the places of monsters and blocks are generated randomly in bomber-man, it’s a very eay trick, just use the generate random function of c++ (built in function) but not on numbers, on positions of blocks.

Example 5

Example 6

How to Run

Just run the launcher, and you will be able to use the app, it's based on C++ SFML Forms.

About

Two classical console games, 2D packman and 2D Bomber-man


Languages

Language:C++ 100.0%