Robot Forge: Rise of the Circuits

import { useState } from 'react'; import { Button } from '@/components/ui/button'; import { Card, CardContent } from '@/components/ui/card';const robotParts = [ { name: 'Laser Arm', power: 20 }, {...
0 Read More

13/04/25

I didnt get the combat system done or started, but I started adding an information panel in the inventory, as well as a health, stamina and mana bars. I'm going to try get combat working very soon...
0 Read More

14/04/25

fixed some errors in the code, will try get the inventory system and health, mana and stamina systems finished tmr as well as the ability to hold items at least over the next 2-3 days...
0 Read More

15/04/25

15/04/25
fixed all the errors and got the inventory system almost finished which means combat will be easy to implement in the future...
0 Read More