https://github.com/jeffnyman/cyberfish-2077
A Pedagogical Example of JavaScript Game Creation
https://github.com/jeffnyman/cyberfish-2077
Last synced: 3 months ago
JSON representation
A Pedagogical Example of JavaScript Game Creation
- Host: GitHub
- URL: https://github.com/jeffnyman/cyberfish-2077
- Owner: jeffnyman
- License: mit
- Created: 2023-10-04T14:42:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T06:35:22.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:42:25.658Z (5 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
A cyberpunk fish hunts bounties from the rogue planet Mechanica!This project is based on a game project originally written by Frank Dvorak and made available as part of his Udemy course titled "Learn Game Development with JavaScript". Frank's game doesn't actually have a particular name so I decided to model the title on the popular _Cyberpunk 2077_.
My focus here has been to reframe this material in a way that it could be more effectively used to train someone not just on writing game mechanics but also on doing so in JavaScript. The commit history of this repository, in particular, serves as the basis for how to incrementally add functionality.
Frank's material, as stated in his videos, has been made available freely to the public to do with as they will, which includes the assets used in the game. I have put this repository under the MIT license, which allows a similar level of permissiveness, while still crediting Frank for the original work. What you see here is a derivation for pedagogical purposes.