Skip to content

LoadingBar#4

Open
rewilkins wants to merge 3 commits intoksundberg:masterfrom
rewilkins:master
Open

LoadingBar#4
rewilkins wants to merge 3 commits intoksundberg:masterfrom
rewilkins:master

Conversation

@rewilkins
Copy link

Added a loading bar for when the Floyd-Warshall algorithm is running.
Also fixed a few potential bugs.

Added a loading bar for Linux users.
Fixed a potential bug found in Game.cpp (Bug consists of getting random and incorrect unit ID numbers when requesting them [including IDs > 30])
@rewilkins
Copy link
Author

Rob Wilkins
A00931916

lionheart::Direction::NORTH, lionheart::Direction::EAST, lionheart::Direction::SOUTH, lionheart::Direction::WEST};

//loading bar part 1
printf("\033[1A"); //steps up on line (unique to linux but there are windows solutions)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project must remain cross platform so without the appropriate guards to keep this only on ansi displays I can't accept it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants