You are browsing as a guest. Sign up (or log in) to start making projects!

3h 46m 21s logged

Devlog 1: Making Something Familiar

Just began on my second project for Stardance. I started very late, but I want to complete this and the basic OS missions before Stardance is over.

Currently, I created a class in TypeScript to manage input and output and implemented a few programs. The input is directly taken from DOM listeners instead of an element because some functionality, like ctrl+c wouldn’t work with basic input. Besides, the custom code wasn’t a lot, with most of it dedicated to parse() which uses a simple switch statement.

Currently, there isn’t much in the way of interactivity, but I plan on implementing a few programs:

  • weather (fetches current weather based on IP address or inputed zip code/city)
  • calc (currently similar to eval(), but likely a custom dual stack calculator)
  • snake (what can I even say?)

If you have another ideas for programs, feel free to share/comment.

0
63

Comments 0

No comments yet. Be the first!