Buildspace Epic Game UI

screenshot of Buildspace Epic Game UI
nextjs
react
chakra-ui

Epic Game [UI] - Proyecto donde puedes mintear un personaje NFTs y usarlo para jugar un juego donde tendrás que derrotar al Jefe del contrato.

Overview:

The Epic Game UI is a web project developed with Next.js and ChakraUI. It is a web3-based application where users can play a small game to mint their own NFT character and use it to defeat a boss alongside other players. The entire process is stored on the blockchain. Users need to authenticate using the Metamask wallet and configure it to use the Rinkeby test network. They can mint their NFTs by paying the transaction fee using ETH. The game features three attributes for each character: HP, attack damage, and defense. The project is purely academic and was developed while taking courses on the Buildspace platform.

Features:

  • Web3-based game development with Next.js and ChakraUI.
  • Metamask wallet integration for authentication and transaction handling.
  • Ability to mint NFTs by paying the transaction fee using ETH.
  • Interactive gameplay where users can select powers to attack the boss.
  • Multiplayer functionality to encourage collaboration among players.

Summary:

The Epic Game UI is a web3-based game developed using Next.js and ChakraUI. It allows users to mint their own NFT characters and use them to fight against a boss alongside other players. The game leverages Metamask wallet integration and the Rinkeby test network for authentication and transactions. With its interactive gameplay and multiplayer functionality, the Epic Game UI provides an engaging experience for users interested in web3 development.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.