Skip to main content

Questions tagged [single-player]

Single player games allows only one (human) player to play the game at the moment of time.

1 vote
1 answer
157 views

So, to keep it short, I am developing a simple top-down RPG. The player (and party) can only move in 4 directions. Seems really simple, but I have not been able to find a good answer on how to ...
J_D's user avatar
  • 11
3 votes
1 answer
376 views

What exploits does my system allow for that I can't solve or did not account for? I'm researching on a design for multiplayer RPG that can safely allow players to have their character files and play ...
No Thanks's user avatar
0 votes
0 answers
86 views

I am trying to come up with a good abstract term for my players, NPC's and monsters. They can all have stats and inventory. so they all can function in the same way. But some could be humanoids, some ...
Andrew Pullins's user avatar
0 votes
1 answer
552 views

I'm making a game where the user can sell items he finds during the the "single player" adventure on an online, I was looking at ways to prevent any malicious user to create rare and expensive items ...
Axel Carré's user avatar
-1 votes
1 answer
173 views

Many games, for example Star Trek Online (Dry Dock) and Battletech (Storage) have a concept of placing a vehicle in storage. It is not ready for use, you're not destroying unused vehicles, but rather ...
uliwitness's user avatar
  • 1,237
0 votes
2 answers
2k views

I am working on Unity 2D game. I used PlayerPrefs to save the level of the scene. As I go from one level to the next, the levels become unlocked and it works fine. But, after unlocking a few levels, ...
Haileapp's user avatar
  • 115
2 votes
1 answer
174 views

Watching game dev talks and reading articles about 'good' game design, it seems consesus a game should always make the objective obvious to the player, making clear what 'skill check' is being made ...
Andre's user avatar
  • 135
2 votes
2 answers
639 views

In Unity I converted my single player game to a multiplayer game. Now, the single player game does not work anymore because the objects are disappearing on start, due to the network identity. What is ...
Jasper's user avatar
  • 133

15 30 50 per page