Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragyanur committed Apr 1, 2024
1 parent b4f118f commit 03e8b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/all_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ <h1 class="prjTitle">Ray casting and light blocking effect</h1>

<div class="prjContainer">
<div class="prj">
<h1 class="prjTitle">Vector manipulation</h1>
<p class="prjDesc">Control using UP, DOWN, LEFT, RIGHT arrow keys. Project under progress...</p>
<a class="view" href="vectors.html">vectors</a>
<h1 class="prjTitle">Car 2D</h1>
<p class="prjDesc">Top view car control mechanics. Engine braking, acceleration, steering. Control using UP,
DOWN, LEFT, RIGHT arrow keys. Project under progress...</p>
<a class="view" href="car2D.html">Car 2D</a>
<br><a class="source-code"
href="https://github.com/Pragyanur/pragyanur.github.io/blob/main/scripts/sketch-05.js">source code</a>
<p class="tags">Skills & technologies: JavaScript, p5.js, HTML, CSS, Algorithms, Vector space in
Expand Down
File renamed without changes.

0 comments on commit 03e8b94

Please sign in to comment.