Giter VIP home page Giter VIP logo

avocadosconnect4's Introduction

Connect 4 Game - Avocados Edition

Analyze our App's Functionality

User Stories

User stories describe the features of your web application, in terms based on the user's point of view.

As a user, I want this feature, because of this reason

MVP - Minimum Viable Product The least amount of work required to release a prototype of our app

As a user...

  • I want to be able to have 2 players
  • I want to be able to take turns
  • I want to alternate dropping colored 'discs' into 1 of 7 columns
  • I want to be able to win once I get 4 of any one color in a row, horizontally, vertically, or diagonally
  • I want to see who has one(which player)
  • I want to know if there is a tie
  • I want to be able to play again after the game is over

Bonus User Stories (these features would be nice to have if we have time to build them)

  • Choosing who goes first
  • Keep track of how many times each player won or lost (and ties)
    • maybe a scoreboard?
  • I want to know maybe how many moves it took to win
  • I want to be able to give up
  • Maybe a timer, on the whole game or each move
  • Choose the color of each player's discs

Think about the overall design(look and feel) of our app

  • clean, minimalist design(layout)
  • purple and orange for the discs
  • Font: Raleway
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet">
font-family: 'Raleway', sans-serif;

Wireframe the UI

layout wireframe

  • High Fidelity
    • Working demo
    • buttons are clickable
    • hover effects happen on those buttons
  • Low Fidelity
    • drawing of the app
    • layout of the page(or pages)
    • Where is our header going?
    • Where are my buttons going?
    • Does this section feel crowded or empty?

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.