Giter Club home page Giter Club logo

mymooix-main's Introduction

This is my take on the abandoned project called mooix, an attempt to
use the functionality in any POSIX system (permissions, users, files, etc.)
as the basis for an object-oriented gameworld.

The system is devided into a number of interacting sub-systems. Firstly,
there is the FUSE system. In general, writes will never be directly to 
the data folder. Instead, the data folder will be proxied to the library
folder, to allow for some smart interactions in the system. Second,
the parser. The parser will take in a command and parse it via the rules
in the actions folders. Third is the event system. Changes to the game
world occur as the result of events. The simplest way to trigger an 
event is through the successful parsing of an action. Events are then
handled by way of rules. Rules define what scripts should be called for
any particular event based on the arguments passed with the event. For
example, one of the events that takes place in the processing of an
action is a "before" event. The arguments to "before" are the action
taking place, and any nouns that the parser has deemed relevent to the
action. A "before" rule, then, might say that on a before event for the
"going" action, where the first noun is a direction, call script A. Then
another rule might say that before "taking" a door, call script B. Users
of Inform 7 will find this eerily familiar, although I admit the syntax is
very different. The final part of this entire set are the scripts. Scripts
actually manipulate the game world, and since the game world is manipulated
through the file system, nearly any popular programming language can be 
used for scripting. 

mymooix-main's People

Contributors

djeis97 avatar

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.