Git Product home page Git Product logo

redshell's People

Contributors

nic-hartley avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

redshell's Issues

Cleaner path/filesystem stuff

Right now paths are DashMaps of DashMaps and paths are strings I re-parse every time. I need to figure out exactly how I want paths to actually work, write some nice structs and macros to encapsulate, and maybe do some performance optimization.

Blocking chatters

Deleted this feature in cleanup because I was missing a UX to activate it and didn't want to spend time inventing one; I need to re-add it at some point.

NPC system

The key here is to make writing as nice as possible. So it'll probably be some sort of graphical editor, with nice formatting support and... I dunno, flowcharty connection.

Plus, whatever tool I write for this, and whatever format it outputs, I can easily spread around for an easy entry to custom content!

Help system for the CLI

Two components to this:

  • help command, which can list available commands and print their descriptions
  • Mouseover hover text or F1 or something which lets you see what commands or options mean in context

Not sure exactly how each will be implemented, because I also want whatever I use to be able to cover shell syntax. Maybe some kind of a system of manuals, each linked to others.

Settings

I need a tab for controlling game settings, and a mechanism for propagating those settings globally.

Better Tool system

Right now tools are... adequate. They can do a lot of interaction by being an Agent, but their capability for I/O with the user is very limited. I'm thinking it needs a bit of a revamp. The trouble is that Apps (by design) can't really act in the same capacity as Agents, so a Tool that wanted to do any event back-and-forth would need to spawn (probably itself) as an agent.

There's probably a solution here around buliding that into the Tool API, but I haven't thought of a concrete answer yet.

Tools for writers

Miscellaneous tools to make writing (especially writing NPCs) easier, e.g.:

  • GUI editor with clifmt support
  • Some kind of playtester/visualizer
  • Text-ish NPC file format (maybe YAML?) for source control

Probably blocked on #6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.