Avatar

ClemaX

ClemaX@lemm.ee
Joined
0 posts • 62 comments

Software developer interested into security and sustainability.

Direct message
4 points
*

Cirrus for weather, Currencies for, well, currency conversion, LavSeeker for searching public toilets.

All are available on F-Droid.

permalink
report
reply

Maybe you should consider a server & client architecture to use the right tool for the right job on each platform.

permalink
report
reply

Try disabling hardware acceleration

permalink
report
reply

But the aerosols would also amplify the green house effect right?

permalink
report
parent
reply

Mount the drive with the user or group as plex. See mount options uid and gid. You can also set precise permissions on the mount point (using options at mount time) to let plex access a subdirectory.

permalink
report
reply

I think the command pattern would be useful. The user requests to perform a command. The command implementation can define preconditions and actions that mutate your game state.

permalink
report
parent
reply

You could start with a multiplayer server that handles the game logic, and a command line client that that can interact with it, create a game room and invite someone to it. You can handle realtime communication with socket.io. Once you have the client and some game rules, you can implement the client on a frontend using a canvas or game engine. You could then add the bot opponents using simple random number generation and some basic strategies.

permalink
report
reply

Refactor package structure

permalink
report
reply

Files could be decrypted by the end user. The OS itself could remain unencrypted.

permalink
report
parent
reply