PedroL129 / no-role-play-game

Zero player game
2 stars 0 forks source link

Is project still alive? #1

Open magicznyleszek opened 2 years ago

magicznyleszek commented 2 years ago

Sorry for adding an issue for a repo without anything commited, but the name is very much intriguing. Are you going to develop it? Could you describe the idea? :)

PedroL129 commented 2 years ago

Hi! Yes, the project is still alive, but I haven't much time, so It goes slowly.

The idea is make a "engine" for rpg game, and all the content must be in yaml files (Items, dialogs, NPCs... ). I try to make an algorithm for make decisions, but I am trying to learn some kind of IA and implement it. So you can't play, only watch what is happening. The idea comes from Conway's Game of Life and the zero play games.

Next steps:

  1. Map generation
  2. NPCs
  3. Dialogs options
  4. Quests
  5. Skill trees

In the future I like to make some comunication, like MQTT protocol, because use logs are not very useful.

magicznyleszek commented 2 years ago

That sounds really nice. The idea of zero player game inspired me to write my own (a very simple population number sim https://exisim.es), but your idea sounds much better :) Would it be something like a 2d/3d dungeon crawler?

PedroL129 commented 2 years ago

My idea is do only the engine, I mean, using MQTT you could subscribe, and you will receive information about the game. You could interpretate that info and made what you want.

About the style, depends of the yamls, I will try to be as flexible as possible.