Shipped this project!
I added 2 projects in my portfolio i.e. calculator and soul guess and yeah as per my custom theme.
I added 2 projects in my portfolio i.e. calculator and soul guess and yeah as per my custom theme.
Completed Number guess project CSS as well as JS logic, next I will make another project-card and link the number guess project to the portfolio. Also as per the previous feedbacks I made the main image of portfolio a svg file type.
Log in to leave a comment
Created rough CSS. There’s alot work of CSS still left next I will finish the CSS and then logic by JS.
Log in to leave a comment
As one project in project section was in progress that was the web calculator I completed it too.
And now I guess it was the portfolio end or I might add more projects in it.
Log in to leave a comment
I built my first portfolio by CSS and HTML. I wanted to make this portfolio as per a theme I thought of and I made this because I purchased a domain from hackclub grant where I wanted to make a portfolio.
Devlog #4
Finally made the contact section and also improved little CSS in project section. Now the portfolio is done as per the theme I wanted.
Log in to leave a comment
Devlog #3
I tried making the grid system myself but I couldnt so I took help of AI here in making grid system and I guess project system is over I made small projects fastly because as I said my projects got deleted.
Log in to leave a comment
Devlog #2
I completed stats section just as I wanted I used the help of AI just to write the context at the left side in a theme that I wanted for the portfolio. Next I will make projects section but yea I dont got any projects currently so I guess I gotta leave that empty when I will be shipping it because all my projects got deleted with my old laptop.
Log in to leave a comment
Devlog #1
I am making a portfolio as I am kinda new to html, css, and js. So I am experimenting alot with css for the perfect design I wanted using minimal AI help thats why just making about section took 4h 20m but i guess making other section would be faster than this as I am getting comfortable with css slowly and slowly.
Log in to leave a comment
Added more context and Added this Respect at the middle which takes you to a new yt video.
Log in to leave a comment
Added similar structure for his videos this time took much less time as for this time I had already learned it. Now I am thinking of adding more context and videos.
Log in to leave a comment
I wanted to add all options inside a pig icon and as I am learning rn so I didnt know how do it I tried various time and due to the errors it took this much time but now that part is completed.
Log in to leave a comment
Improved the Css and got the data for different sections like about, quotes, wins. Will add more things soon.
Log in to leave a comment
Making a website for technoblade fans, currently did some css work.Will improve the interaction.
Log in to leave a comment
Alright guys so added result system also and changed the background as flat balck was kinda bad now going to ship my first html project, feel free to give advise.
Log in to leave a comment
Yoo guys now its working I figured out how I can make each players vote all outfits once. As I decided to make a simple basic “offline multiplayer rating game where will few outfits you select number of players then each player gets to vote all the outfit” as a beginner. I am thinking of making an easy result system like which will just show which outfit won, and I think this would be easy. I will update soon :)
Log in to leave a comment
Yoo guys, so I learned some more CSS and added button colors, background colors, text colors, hover effects, and things like that. Then I wanted to make it a basic game where you choose how many players there are, take input for their names, and then each player votes on each outfit once, followed by showing the result of which outfit won. But it’s getting hard, so I haven’t been able to make it yet. I’m still trying to figure it out, and my next goal is to get that working. The video I posted with this devlog shows what I am struggling with right now. Will update you guys soon :)
Log in to leave a comment
Yoo guys as I said in my previous devlog that I will try to limit one vote for each outfit and I did it I couldnt make video of output but here’s a screenshot. And also I have started doing some CSS or style work too will keep on updating my learning progress :)
Log in to leave a comment
Yoo i just learned how to make scoreboard system at first I understood the concept by only applying a global scoreboard but later I made it to individual scoreboard per outfit. I really liked this thing now I might try to put limit that one player can vote only 1 time for each outfit. It is my first time in javascript but things simple because its very similar to python thats why I am enjoying learning this .And posted a video of my scoreboard system.
Log in to leave a comment
So in this part I learned about script I learned how to get a respond by clicking on a button by using function and I knew functions in python already so this part was easy but when I had to do this for every outfit result I would had to make many functions so gpt taught me conditions statement inside function like python so that one function could work for all but not gonna lie it was little hard to understand xD. I also posted a video of how it works now :)
Log in to leave a comment
Its my first devlog. I thought to make a simple outfit rating project while learning. I learned about tags like h1,p,img,button. And made this thing till now. I will keep on reporting my learning progress :)
Log in to leave a comment
I built a simple voice assistant ai by pyhton only. it can perform various tasks too. The hardest part was that I got an error which I tried to solve alot but couldnt then finally used chat gpt to solve it.
Ok so I completed listening and speaking function before. And now I programmed the core of the voice assistant adding various features like opening various websites, knowing wikipedia, playing music, telling time or date, jokes, etc. first video attachment is wrong one check out the 2nd video. Guys sry but the video couldnt captured the AI opening websites and playing songs.
Log in to leave a comment
As I was making an AI voice assistant. So I was currently making the listening and speaking part but I was getting some errors after alot of try and with the help of AI I got where I was mistaking, this was the reason it took more than a hour to just finish listening and speaking part.
Log in to leave a comment
I built a text-based dungeon adventure game in Python!
It has 5 different dungeons, each with its own story, choices, and multiple endings.
The hardest part was managing all the branching paths and keeping the logic clean, but I figured it out by using functions and structured if-else conditions.
Really happy with how it turned out — especially the Shadow King and Dragon’s Core dungeons
Added the rest two dungeons:
*Shadow King’s Domain-With many choices
*Dragon’s Core-With a twist
And again used AI to correct typos, the image will be of the typos correction.
Log in to leave a comment
Today I worked on my text-based dungeon adventure game. The goal of this project is to create an interactive story experience where players can explore different dungeons, make choices, and reach different endings based on their decisions.
what I built:
Game core system:
while True loopdungeon()) to handle all dungeon logicLog in to leave a comment