GithubHelp home page GithubHelp logo

jayjader / floppy-drive-lemonade-stand Goto Github PK

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

Entry for Ludum Dare 54th edition. Theme: Limited Space. Sling floppy drives filled with the files most in demand to pay your college dorm rent!

License: Creative Commons Zero v1.0 Universal

GDScript 100.00%

floppy-drive-lemonade-stand's Introduction

Floppy Drive Lemonade Stand

Entry for Ludum Dare 54th edition. Theme: Limited Space. Sling floppy drives filled with the files most in demand to pay your college dorm rent!

floppy-drive-lemonade-stand's People

Contributors

jayjader avatar

Watchers

 avatar

floppy-drive-lemonade-stand's Issues

calendar

  • show current day
  • show morning / evening "half-state"
  • show "progress time"/advance game button: "Go to class" -> "Go to sleep" -> "Go to class"

news

  • show messages as stripped-down tweets, i.e. username:<newline>message text
  • generate messages
  • differentiate messages based on if the related torrent has been created in-game or not yet

download queue

  • store list of downloads
  • downloads have 3 states: queued, in progress, finished
  • 1 download <-> 1 file
  • simulate bandwidth
  • pause all downloads when local drive runs out of room -> more blocked than paused for now
  • show space taken on local drive by downloads in file tree

floppy file writer / contents viewer

1 Floppy = 1 MiB

1 MiB = 256 blocks of 4 KiB each

256 blocks = 16 by 16 grid

  • show grid
  • store list of files in loadout
  • display files listed in loadout in grid
  • delete file from loadout
  • write loadout to x blank floppy drives
  • set amount to write

grid display to be done later if time/game jam restrictions permit

local file manager

  • store files (todo: explore tree node's docs to see if data should be stored as node hierarchy or separately)
  • select files to be sent to floppy
  • select files to be deleted
  • derive (and show) file sizes and hard drive space quota filled

stock management basics

  • store # of blank floppies

  • 2 tabs: blank & written

  • display number of blank floppies stored in blank tab

  • display non-blank floppies (just number for now)

  • button to buy more blanks on the street / brick and mortar store

  • button to order more blanks online (disabled for now)

  • store amount of money / funds available (in cents for numerical precision)

  • deduct funds and increase blank floppy stock when buying on the street

game loop

basic state chart for now.

main features needed:

  • advancement of time
  • advancement of date
  • disable main ui (in opposition to sidebar) during class & sleep (and other "maintenance"/upkeep states) -> pushed back to once all ui sections are fleshed out
  • subtract funds on end of month/rent payment
  • simulate people buying the player's written floppy drives during the day/classes

torrent browser

  • read from static def torrent resource allows defining from within editor. while not static per se, it's a nicer editing experience and it is stored in the scene file, so good enough
  • populate tree
  • search bar to filter displayed torrents pushed back until when there is more time (probably never / if I pick this back up after the jam's end)
  • do not show torrents whose creation date is in the future
  • allow player to enqueue new download from a torrent

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.