changed styling - modified navigation bar

This commit is contained in:
Abdullah Islam 2023-09-24 15:19:51 +06:00
parent 4a5bf3dc88
commit 132d0a7b05
2 changed files with 16 additions and 4 deletions

View File

@ -2,9 +2,9 @@ function genNavbarHTML(filename, sourcePath, outputPath) {
if (filename == "-" || filename == "/dev/stdout/")
return ""
gsub(sourcePath, outputPath, filename)
sub("^" sourcePath, outputPath, filename)
dirname = getDirname(filename)
gsub(/(\.|\[|\]|\*)/, "\\&", sourcePath)
sub(/(\.|\[|\]|\*)/, "\\&", sourcePath)
return sprintf("<nav id='navbar'>\n\
<a href='%s'>home</a> | \n\
@ -25,9 +25,9 @@ function genNavbarGMI(filename, sourcePath, outputPath) {
if (filename == "-" || filename == "/dev/stdout/")
return ""
gsub(sourcePath, outputPath, dirname)
sub("^" sourcePath, outputPath, filename)
dirname = getDirname(filename)
gsub(/(\.|\[|\]|\*)/, "\\&", sourcePath)
sub(/(\.|\[|\]|\*)/, "\\&", sourcePath)
return sprintf("Navigation:\n\
=> %s home\n\

View File

@ -0,0 +1,12 @@
# Endless Sky is great
Endless Sky is a game I would definitely recommend. It has an interesting and intriguing world which I like to explore. Each alien species (and yes, there are aliens) is interesting and well thought out. It's world feels "alive".
The gameplay is fun. You have to make decisions about how to best make the money. Asteroid mining is a good way to roll in money once you've got enough cargo space, but at the beginning, the best way to make money quick is to do transport jobs. You get a sense of satisfaction once you upgrade your ships to something better.
I like how instead of using flashy cutscenes, Endless Sky instead uses basic images and text for the conversations in the game. Yet, you still feel immersed in the game.
In each ship, there is limited outfit space, so you have to make trade-offs. Do you choose faster speed, or steering? Or do you trade some of your cargo space for more outfit space?
You can also grow your fleet by capturing enemy ships.
It is mostly an open-world game, and doesn't force you to choose one path or another.