Coder Social home page Coder Social logo

stockgame's Introduction

Stock Game

This is a tech demo demonstrating a stock market terminal. This is a best-practice tech demo, not a game played for enjoyment.

StockGameDemo

Gameplay

The game-play features a buy button, a sell button, accounting balances, a candlestick chart, and a volume chart.

Architecture

The Architecture is MVVM (Model-View-ViewModel). Required framework code resides in the Framework folder. This code is minimal (under 100 lines for the observable library), and is game agnostic.

How To Play

  • Press / Hold the Buy Button
  • Press / Hold the Sell Button
  • Observe things move

Key Files

StockSceneStartup

Initialization script. Wires dependent services for the scene.

MockStockService

Business Logic Layer. Logic is hidden behind the IStockService facade, because the implementation is designed to be swapped out.

StockViewModel

Binding / data source for the views. All visual elements connect to this script.

Varius Charts / Views

Responsible for displaying parts of the UI. All connect to the StockViewModel as a datasource. Designed to be reused (ViewModel agnostic).

UML

graph LR
A[Stock Service]
A -- Query--> C(View Model)
C -- Observables --> D{Views}
D --Observables --> C 
C --Commands--> A 


Loading

stockgame's People

Contributors

nventimiglia 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.