Devlog #1
My first goal in building a chess bot is to code the board and defining the rules. I used chessboard.js to make the board, and I will later implement rules, so both sides can only play legal moves, and also castling, en passant, etc.
Devlog #1
My first goal in building a chess bot is to code the board and defining the rules. I used chessboard.js to make the board, and I will later implement rules, so both sides can only play legal moves, and also castling, en passant, etc.
This is my second devlog, and I finally added my hand-drawn assets! Another thing was, continuing on my previous devlog, I fixed a bug in my physics where the player would float and not actually jump. I added a monospace font for all the text, centered the score and changed the colors of the font so the text is more readable.
I also drew some background images and added a parallax effect to them, so it looked more immersive. However, one issue I ran into was that they looked too bright, especially when the screen and player dims (because it looks like it is a higher altitude), so i made everything under one node and made it proportional to the dimming of the sky.
I published my project on itch.io, and you can play it here: https://akshay960.itch.io/astro-leap
Devlog 1 - Astro Leap
I’m making an infinite platformer in Godot, and I just finished coding the player logic for jumping and moving. I added acceleration and friction to the code, so it would move smoothly and make the game more challenging. I also make it so you can jump onto a platform directly from under it, and land on the platform. Although this was a bit tricky to implement, I found that using the one way collisions in Godot helped me solve this problem.
I’m currently using placeholder images, and I will change them in the future.
Devlog #2
This is my second devlog for this project; I now finished implementing the code for the Timer portion and fixed some logic errors which were stopping my stopwatch from running correctly. I also learned CSS to add to the project to make it look polished. (I decided to give it a dark purple theme like dracula) Overall, this was difficult for me but I think it came out pretty well in the end. :)
Devlog # 1
This is my first project, and I am working on a clock website where you can check the time, set a stopwatch and timer (and maybe a Pomodoro timer).
Coding it wan’t too much of a challenge, but I struggled getting the stopwatch to work; when I clicked stop, it kept running in the background so the time would keep going when I clicked start again.
Also, I’m not very good at CSS, so it might be a challenge to get the program to look polished😅