Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Assets | 2024-01-21 | ||
Objects | 2024-01-21 | ||
Particles | 2024-01-21 | ||
icon.png.import | 2024-01-21 | 674 Bytes | |
project.godot | 2024-01-21 | 3.8 kB | |
default_env.tres | 2024-01-21 | 163 Bytes | |
font.tres | 2024-01-21 | 666 Bytes | |
icon.png | 2024-01-21 | 3.3 kB | |
Totals: 8 Items | 8.6 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)