Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 545 Bytes

Emperor

A strategic game that implements with C language.

and also the first university project.

How it works

  • A strategic game
  • User must make decisions to rule a land
  • Three parameters to be contoroled by user decisions
  • Working with file
  • Saving game states when user wants
  • Able to load new game or continue the last game
  • Functional programming
  • Pointer programming

Screen Shots

ScreenShot#1

ScreenShot#2

ScreenShot#3