Skip to content

console version of World's Hardest Game in Ubuntu

Notifications You must be signed in to change notification settings

IyLias/WorldsHardestGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

World's Hardest Game

implemented simple version of World's Hardest Game in Ubuntu using C/C++

Game Link

https://youtu.be/TmuEk3eB5pg



Preparation

  • Need to set Screen Resolution at least 1600 for Horizontal and 1200 for Vertical.

  • Set full size of terminal


Otherwise, game screen will be crashed.



Game View

This is main menu. You can move using up and down arrow keys

If you press game start('s' key is yes button), here we meet stage 1

stage 2

stage 3



TODO

  • add new Obstruct which directly follows Character // calculating the distance between Character and Obstruct, choose the shortest path (not perfectly but implemented and still have bugs)

  • implement opening menu

  • implement game Ending

  • add details & Stages // add colors for all

  • add more Obstructs in Stage 2 and Stage 3

  • when Character died, make following Obstructs goto first Pos

About

console version of World's Hardest Game in Ubuntu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published