Skip to content

mga113/Laughing-with-Leaves-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Name: Laughing with Leaves

Project Description

This is a riddle game where the user solves various leaf-like riddles in order to grow a tree. The more riddles the user sucessfully answers, the more the tree grows. If you reach max tree size, you have sucessfully grown the tree and you win the game!

On the contrary, for every riddle answered incorrecrtly, the tree's growth process is reversed, and it is shrivels. If you reach the minimum tree size, the tree is shriveled and you loose the game.

Ties to the theme

This idea incorpeartes both the tangible and in-tangible interpretations of the theme "turning a new leaf." This game literally incorperates various different aspects of leaves by creating witty leaf riddles. They are humourous and can be a great stress buster game. Helping you improve your overall well-being and turn a new leaf in life.

File structure

leaf_pun_app contains the codes for the client side
leaf_pun_server contains the codes for the server side

Build instructions

  1. Install npm, express, and cors.
    sudo apt install npm
    npm install express cors
    
  2. Start the server.
    cd *leaf_pun_server
    node server.js
    
  3. Open the game.
    Open the leaf_pun_client folder and double-click on index.html
  4. Enjoy!

Participant names and contact information

TRAN BAO KHANH HUYNH (Nathan): [email protected]
TAKUTO SAKAEMURA: [email protected]
Mrinal Goshalia: [email protected]
Hieu Duong: [email protected]
Kazi boni Amin: [email protected] \

Repository

Acknowledgments for any libraries, APIs, or resources you used in your project

Link to your GitHub project repository with your source code and video tutorial (can be added within 48 hours of FallHacks end) The video tutorial must demonstrate how to compile and run your project Please try to keep the video less than 3 minutes This can be added within 48 hours of the end of the hackathon

About

CSSS Fall Hacks 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • CSS 12.7%
  • HTML 9.5%