Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 974 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 974 Bytes

Gameplay mechanics from shipped games re-implementation

RSS Badge

Try to redo great gameplay mechanics from awesome games in Unreal Engine. The process is similar to what Mix and Jam does with Unity.

As the size of these projects can be large, they are hosted on Gitlab under the learn-computer-graphics group.

Our content is viewable on our blog with the help of Jupyter Book. You can also use the book as standalone for better performance on mobile.

How to build

Need to install python. Then move inside the repository folder and run pip install -r requirements.txt. Finally, build the book by running jupyter-book build .