Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
VirusAnimations | 2024-01-21 | ||
Bosses | 2024-01-21 | ||
Terminal.png.import | 2024-01-21 | 702 Bytes | |
Virus_arm.png | 2024-01-21 | 163 Bytes | |
Virus_arm.png.import | 2024-01-21 | 706 Bytes | |
Sound.png | 2024-01-21 | 618 Bytes | |
Sound.png.import | 2024-01-21 | 694 Bytes | |
Terminal.png | 2024-01-21 | 610 Bytes | |
shell.png.import | 2024-01-21 | 694 Bytes | |
shell.png~ | 2024-01-21 | 246 Bytes | |
sound.kra | 2024-01-21 | 35.2 kB | |
shell.kra~ | 2024-01-21 | 22.2 kB | |
shell.png | 2024-01-21 | 138 Bytes | |
Settings.png | 2024-01-21 | 623 Bytes | |
Settings.png.import | 2024-01-21 | 703 Bytes | |
shell.kra | 2024-01-21 | 28.5 kB | |
Search.png~ | 2024-01-21 | 701 Bytes | |
Settings.kra | 2024-01-21 | 27.9 kB | |
Reload.png | 2024-01-21 | 622 Bytes | |
Reload.png.import | 2024-01-21 | 697 Bytes | |
Search.png | 2024-01-21 | 717 Bytes | |
Search.png.import | 2024-01-21 | 696 Bytes | |
Reload.kra | 2024-01-21 | 30.7 kB | |
Minimise.png | 2024-01-21 | 499 Bytes | |
Minimise.png.import | 2024-01-21 | 703 Bytes | |
Minigun.png~ | 2024-01-21 | 431 Bytes | |
Minimise.kra | 2024-01-21 | 21.0 kB | |
Minigun.png | 2024-01-21 | 430 Bytes | |
Minigun.png.import | 2024-01-21 | 700 Bytes | |
Minigun.kra | 2024-01-21 | 47.9 kB | |
Minigun.kra~ | 2024-01-21 | 46.1 kB | |
HamburgerMenu.png~ | 2024-01-21 | 560 Bytes | |
HamburgerMenu.png | 2024-01-21 | 560 Bytes | |
HamburgerMenu.png.import | 2024-01-21 | 717 Bytes | |
GM-17.kra~ | 2024-01-21 | 22.0 kB | |
GM-17.png | 2024-01-21 | 322 Bytes | |
GM-17.png.import | 2024-01-21 | 694 Bytes | |
Folder.png.import | 2024-01-21 | 696 Bytes | |
Folder.png~ | 2024-01-21 | 630 Bytes | |
GM-17.kra | 2024-01-21 | 33.1 kB | |
flame3.png | 2024-01-21 | 605 Bytes | |
flame3.png.import | 2024-01-21 | 697 Bytes | |
Folder.png | 2024-01-21 | 598 Bytes | |
flame2.png.import | 2024-01-21 | 697 Bytes | |
flame2.png | 2024-01-21 | 594 Bytes | |
flame.png.import | 2024-01-21 | 694 Bytes | |
flame.kra | 2024-01-21 | 30.6 kB | |
flame.png | 2024-01-21 | 602 Bytes | |
DataPacket.png.import | 2024-01-21 | 709 Bytes | |
DatPacket.kra | 2024-01-21 | 38.1 kB | |
DataPacket.kra | 2024-01-21 | 38.1 kB | |
DataPacket.kra~ | 2024-01-21 | 38.1 kB | |
DataPacket.png | 2024-01-21 | 590 Bytes | |
Close.png | 2024-01-21 | 605 Bytes | |
Close.png.import | 2024-01-21 | 694 Bytes | |
bullet.png.import | 2024-01-21 | 697 Bytes | |
Close.kra | 2024-01-21 | 21.9 kB | |
Browser.png.import | 2024-01-21 | 699 Bytes | |
bullet.kra | 2024-01-21 | 27.5 kB | |
bullet.png | 2024-01-21 | 136 Bytes | |
Browser.png | 2024-01-21 | 758 Bytes | |
Arrow.png.import | 2024-01-21 | 694 Bytes | |
Arrow.png | 2024-01-21 | 214 Bytes | |
Arrow.kra | 2024-01-21 | 18.6 kB | |
VirusEnemy.png~ | 2024-01-21 | 487 Bytes | |
VirusEnemy.png.import | 2024-01-21 | 708 Bytes | |
VirusEnemy.png | 2024-01-21 | 487 Bytes | |
Virus_RUN_1.png | 2024-01-21 | 542 Bytes | |
Virus_RUN_1.png.import | 2024-01-21 | 712 Bytes | |
Totals: 69 Items | 556.9 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)