Pinned Repositories
012-building-a-dungeon-crawler-game-pt-2
In this episode we will take everything we have learned in the past 11 episodes at ReactU and apply them to a 2d role-playing game much in the likes of the Legend of Zelda I! We will continue to use Redux as our store of application and component state, both by using the { connect } function of React-Redux as well as manipulating the Redux Store directly via `dispatch`. We will apply a tiling system to our map, add some tile sprites like trees and rocks, and make it so our character can't walk off the map!
coursework
Checklist of videos and exercises that you can follow if you want to get a good baseline for Data Structures and Algorithms.
CS-Notes
:books: Computer Science Learning Notes
EPIJudge
My Code for Elements of Programming Interviews (EPI)
godot-2d-action-adventure-platformer-demo
Godot_2D_action_platformer
Flexible state machine controlled action platformer
LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
MusicPlaylistManager
A Spring Boot application to manage music playlists
Platformer-Tutorial
rpg-game-react-redux
🏰 Rpg Game with React and Redux
Jiroda's Repositories
Jiroda/012-building-a-dungeon-crawler-game-pt-2
In this episode we will take everything we have learned in the past 11 episodes at ReactU and apply them to a 2d role-playing game much in the likes of the Legend of Zelda I! We will continue to use Redux as our store of application and component state, both by using the { connect } function of React-Redux as well as manipulating the Redux Store directly via `dispatch`. We will apply a tiling system to our map, add some tile sprites like trees and rocks, and make it so our character can't walk off the map!
Jiroda/coursework
Checklist of videos and exercises that you can follow if you want to get a good baseline for Data Structures and Algorithms.
Jiroda/CS-Notes
:books: Computer Science Learning Notes
Jiroda/EPIJudge
My Code for Elements of Programming Interviews (EPI)
Jiroda/godot-2d-action-adventure-platformer-demo
Jiroda/Godot_2D_action_platformer
Flexible state machine controlled action platformer
Jiroda/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Jiroda/MusicPlaylistManager
A Spring Boot application to manage music playlists
Jiroda/Platformer-Tutorial
Jiroda/rpg-game-react-redux
🏰 Rpg Game with React and Redux
Jiroda/search_fundamentals_course
Public repository for the Search Fundamentals course taught by Daniel Tunkelang and Grant Ingersoll. Available at https://corise.com/course/search-fundamentals?utm_source=daniel
Jiroda/zelda-js
Javascript clone of the NES classic: The Legend of Zelda