Coder Social home page Coder Social logo

Comments (6)

bryankennedy avatar bryankennedy commented on August 15, 2024

@lecross defined 5 shapes that will be used initially.

  • square
  • cross
  • diamond
  • upward pointing triangle
  • star

and we'll start with 10 colors. @lecross can you define those and post their hex values here?

Bruce posted this data structure for the shapes and colors:

const RUNNER_SHAPES = [
	'square', 'cross', 'diamond', 'triangle-up', 'star'
];

const RUNNER_COLORS = [
	// fill in 10 friendly colors	
]; 

from xmacroscope.

bryankennedy avatar bryankennedy commented on August 15, 2024

Once we have that data @azuldev1 will work on building selection screen where visitors select a unique color and shape combination.

The initial selection screen will be "dumb." A visitor can select a color and shape combination and the next visitor who walks up to the signup screen can select the exact same selection.

After we get that working, we'll work on recording active color-shape combinations and locking those out.

from xmacroscope.

bryankennedy avatar bryankennedy commented on August 15, 2024

Right now this is still being generated randomly. I'm going to keep it that way for the first demo of the event. Once we get a more robust set of controls around the icon, I'll work on this.

from xmacroscope.

bryankennedy avatar bryankennedy commented on August 15, 2024

@bherr2 I think this will require an effort from both of our teams. Should we commit to making this work in Phase 1?

We'll need to track which shapes and colors are currently in use so that if a shape/color combo is on the MAV display still, it can't be selected on the start line screen.

from xmacroscope.

bherr2 avatar bherr2 commented on August 15, 2024

I think we should. MaV display is always last 50 so should be fairly easy to keep track of.

from xmacroscope.

bryankennedy avatar bryankennedy commented on August 15, 2024

The color and shape selection is working and getting saved to the db now.

from xmacroscope.

Related Issues (20)

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.