Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sprites | 2024-01-21 | ||
UI | 2024-01-21 | ||
misc | 2024-01-21 | ||
MC_arm.png | 2024-01-21 | 172 Bytes | |
MC.png.import | 2024-01-21 | 676 Bytes | |
MC.png~ | 2024-01-21 | 955 Bytes | |
MC.png | 2024-01-21 | 545 Bytes | |
wallpaper.png | 2024-01-21 | 62.1 kB | |
wallpaper.png.import | 2024-01-21 | 697 Bytes | |
MC_RUN_4.png.import | 2024-01-21 | 694 Bytes | |
MC_RUN_4.png~ | 2024-01-21 | 623 Bytes | |
MC_RUN_3.png.import | 2024-01-21 | 694 Bytes | |
MC_RUN_3.png~ | 2024-01-21 | 655 Bytes | |
MC_RUN_4.png | 2024-01-21 | 623 Bytes | |
MC_RUN_2.png~ | 2024-01-21 | 1.1 kB | |
MC_RUN_3.png | 2024-01-21 | 655 Bytes | |
MC_RUN_2.png.import | 2024-01-21 | 694 Bytes | |
MC_RUN_2.png | 2024-01-21 | 643 Bytes | |
MC_RUN_1.png.import | 2024-01-21 | 694 Bytes | |
MC_RUN_1.png~ | 2024-01-21 | 623 Bytes | |
MC_arm.png.import | 2024-01-21 | 689 Bytes | |
MC_RUN_1.png | 2024-01-21 | 623 Bytes | |
Totals: 22 Items | 74.1 kB | 0 |
ComputerCraft - Contains scripts for ComputerCraft , a minecraft mod that adds programmable computers. All scripts were written in lua. Scripts : - Minecube.lua - Basic mining script. This script should not be used for chunk deleting because gravel causes unexpected behaviour - rsh.lu - incomplete script for remote shell execution - Satellite - Adds behaviour for spawn satellite. Once completed it will function as a node in a larger network - register.lua - Allows computers to register domain names to their addresses using the satellite. Once implemented it will allow computers to be recognised by their domain names rather than their numbers. AI - Implementation of basic neural networks. Still in development . Training and backpropogation has yet to be implemented. Contains object for creating neural networks at any level of abstraction. Features to be added : - Backpropogation and training - Saving network states using pickle - Instantiating networks from saved networks - Demo network - More dunder methods for Vector operations Possible future features : - Implementation for transformer and other types of networks - Export and import tools for weights , bias' , neurons and layers - Matrix implementation - Parent-child hierarchy for neurons and layers SOW - Spoils of war . A simple fps game (not really a game) . Requires godot to run Extranet - A project I made for my first gamejam however was not submitted because I couldnt complete it . Also requires godot game engine to run . Uses janky platformer-like gameplay but on a desktop and the application windows are platforms . FundIt_Application - My practical assessment task for 2023 . Documentation found inside the project folder explains most of the project . The project uses "advanced programming concepts" (as described by my teacher) , specifically the : - dynamic creation of buttons ("events" in the context of the documentation) - dynamic creation of graphs -remote file retrieval (uploads and downloads of database and non-local files however this feature was disabled because I hadnt gotten a refresh token)