Skip to content

Commit

Permalink
Enhance 3D Python renderer in todo list page
Browse files Browse the repository at this point in the history
  • Loading branch information
CoCoSol007 committed Aug 14, 2024
1 parent 125718d commit 7c8b5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/blog/to-do-list/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ import arrow from "../../../assets/arrow.svg";
<li class="bg-gray-900 px-4 py-2 rounded-lg">Deepen my knowledge of AI and develop an AI project</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">Start a physics engine project</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">Complete Zak, a playful programming language</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">Enhance my 3D Python renderer</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">
Enhance my 3D Python renderer <span class="text-green-500">✔️</span>
</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">My own Simple Central Processing Unit Architecture</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">10 interpreters in 10 languages</li>
<li class="bg-gray-900 px-4 py-2 rounded-lg">Create my own compiled programming language</li>
Expand Down

0 comments on commit 7c8b5d9

Please sign in to comment.