Giter Club home page Giter Club logo

portfolio's Introduction

Welcome to my portfolio website.

This website was made with a combination of sveltekit and tailwind using daisyui for the frontend, and node.js express for the backend(No database needed was my original goal/challenge!)

Setting up the project

To start, clone the project. Then in the main directory run:

npm install
npm run dev

To install the server, CD into the server directory and run:

npm install
node index.js

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

CLOCK TOWER WOKR FLOW:

  1. Keep track of the days including if it is day or night

  2. Control who can move during night time, have a boolean can move that will be given to a player depending on the role.

  3. For voting, perhaps each person pushes something to an array or list of some sort. Nomination is a bit weird maybe have it so that it creates an array each time someone nominates, we have a recently nominated list and it resets after each day

  4. each day determine if the evil team has won or not.

  5. on day 6 end the game if the evil team is alive.

What to do in the game loop every 30 fps?

  1. receieve information of the other players position(when we want, or maybe just make it too dark for them too see? )
  2. get what day it is and what night time it is
  3. send information when we do a role specific action or nomniate someone
  4. get the status of our player alive or dead status

portfolio's People

Contributors

chrissolanilla avatar

Watchers

 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.