Trello

Today I registered and started using the Trello board service in an attempt to become more organized in my extracurricular activities.

One of the first things I made was a board for the isogame-project I’ve been working on. I’ve been learning Node.js, React and Angular to get a better grip on FrontEnd development.

The trello project is visible here: https://trello.com/b/fguDZ2bH/isogame

This project is about creating an Isometric game engine or graphics engine where I can create 2.5D worlds using sprites.

In the initial stage I used JSFiddle to create a prototype, I then tried making an Electron project with typescript, but landed on using React for easily sharing this project online.

I’ve yet to move the code from the Electron-project to the react project, but hopefully now that I’m trying to be more organized I’ll get something done.

Because I started working on a key-listener with event handling I ended up making a simple Isometric drawing program in the Electron-project, I might want to fork/branch this functionality into a separate application.