TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


Name

 Grey Hack 

 

Developer

 Loading Home 

 

Publisher

 Loading Home 

 

Tags

 

Simulation 

 

MMO 

 

Singleplayer 

 

 Early Access 

Release

 2017-12-14 

 

Steam

 € £ $ / % 

 

News

 400 

 

Controls

 Keyboard 

 

 Mouse 

 

Players online

 32 

 

Steam Rating

 n/a 

Steam store

 https://store.steampowered.com/app/605230 

 

SteamSpy

Peak CCU Yesterday

  

Owners

 0 .. 20,000 +/-  

 

Players - Since release

  +/-  

Players - Last 2 weeks

  +/-  

Average playtime (forever)

 0  

Average playtime (last 2 weeks)

 0 

Median playtime (forever)

 0 

Median playtime (last 2 weeks)

 0 

Public Linux depots

 Grey Hack Linux [515.12 M] 




LINUX STREAMERS (1)
tontonayo




[Nightly] Update v0.7.3805a

[h3]Changelog[/h3]

- Added method import_code. It imports the contents of the text file indicated on the path parameter. This method is useful for all the code of a program to be distributed between several different files and also to avoid the limit of characters allowed by text file.

Example:

//main.src
import_code("/home/user/my_module.src")
print("bye")


Content of my_module.src

//my_module.src
print("hello!")


Result after compiling main.src and launch it
#Output
hello!
bye


[ 2021-06-16 19:32:12 CET ] [ Original post ]