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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.