PhaserJS

Clicker Jam Summer 2022 Game Jam Submission - Idle Programmer

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. If you are interested in checking out the final version of my game, you can see the game on Itchio here: Idle Programmer. Idle Programmer by galemius I hope you enjoy the new content! Please feel free to post any questions or comments below.

Clicker Jam Summer 2022 Game Jam Video Dev Log Final Day

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Last Day

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 5

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 5

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 4

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 4

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 3

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 3

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 2

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 2

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 1

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 1

Clicker Jam Summer 2022 Game Jam Video Dev Log Day 0

This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs. If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer. You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 0

Phaser 100 Days Of Code Challenge Day 2

For the second day, I decided to take the code I worked on in day 1 and to refactor it. For the first step, I broke up the code into new classes. Once I had this working, I decided that I wanted to try and create a plugin from this code so that way the code could be re-used in other projects. I also ran into some issues with my linting, so I updated the project to use the typescript version of the airbnb config.