Skip to content

Commit

Permalink
arrange articles
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Nov 7, 2023
1 parent 3c44590 commit dd5302a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _notebooks/2023-08-30-basics-js-data-types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _notebooks/2023-09-21-javascript_motion_dog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"---\n",
"toc: true\n",
"layout: post\n",
"title: JS Sprite Animation\n",
"title: Sprite Sheet Animation\n",
"description: A guide on simple sprite animations using Javascript, and how to implement them into games\n",
"courses: { csse: {week: 5}, csp: {week: 13, categories: [1.A, 3.B]}, csa: {week: 3} }\n",
"type: ccc\n",
Expand Down Expand Up @@ -629,7 +629,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.5"
},
"orig_nbformat": 4
},
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-09-06-javascript-motion-mario-oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Use JavaScript without external libararies to animate Mario moving
categories: [C5.0, C7.0, C7.6]
permalink: /frontend/home_motion
image: /images/mario_animation.png
courses: { csse: {week: 6}, csp: {week: 13}, csa: {week: 3} }
courses: { csse: {week: 6} }
type: ccc
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-09-20-spritesheet_animation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
toc: true
layout: post
title: Sprite Sheet Animation
title: Sprite Sheet Intro
description: An intro to sprite sheets for 2D game animation.
courses: { csse: {week: 5}, csp: {week: 13, categories: [1.A, 3.B]}, csa: {week: 3} }
type: ccc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit dd5302a

Please sign in to comment.