Coder Social home page Coder Social logo

tazdecoder / forest-adventure Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 747 KB

A text-based adventure game based on a mist forest

Home Page: https://mist-forest-adventure.netlify.app

License: GNU General Public License v3.0

HTML 2.51% TypeScript 97.49%
react framer-motion game

forest-adventure's Introduction

forest-adventure

An text-based adventure game based on a forest

forest-adventure's People

Contributors

tazdecoder avatar

Stargazers

Nityam avatar

Watchers

 avatar

forest-adventure's Issues

Create TextBlock component

What this component needs to do:

  • Render text given to it via props
  • Render suitable animations (i.e. how the text is displayed to the user)
  • Render action button to provide the user at least one option depending on props supplied

Also, be sure to style this component with at least some CSS - don't worry about colour for now!

Create Layout component

Component wraps children JSX elements and has a Header component.

Header component needs to have:

  • Button to stop/pause the game - this need to open a modal which the user can interact with to resume the game
  • Icon that displays sun/moon depending on in-game time (e.g. display moon icon when in-game becomes night)
  • Timer to keep track of how long a single game session is

In terms of CSS, it needs to have a "transparent" effect only when the game is "running" (i.e. not until the user starts a new game)

Create GameProvider component

This component is responsible for state of the game.

The context of the provider will need the following:

  • isNight: boolean
  • isPaused: boolean
  • path: PathNode[ ]
  • feedback: Feedback | null
  • toggleIsNight: ( ) => void
  • toggleIsPause: ( ) => void
  • updatePath: ( node: PathNode ) => void
  • setFeedback: ( feedback: Feedback ) => void

Note: interfaces such as "Feedback" and "PathNode" can be imported from the index entry file of the "interfaces" folder

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.