Skip to content

Lunexia-Team/lunexia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

120 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ“ SENG 204 Final Project

Lunexia Demo โœจ You can view it live by clicking on the image.


๐Ÿ”— Quick Access

๐ŸŒ Live website ๐Ÿ“‚ Source Codes
project-lunexia.onrender.com GitHub Repository

โšก About the Project

Lunexia is a modern indie game distribution platform designed to bridge the gap between independent developers and gamers. Developed as a final project for SENG 204, this platform allows users to discover new titles and manage their favorite indie games through a seamless interface.

๐ŸŽฎ Beyond the Platform: To demonstrate the platform's capabilities, we also developed two original games included in the library, showcasing a complete end-to-end integration of game development and distribution.


โœจ Key Features

  • Original Game Content: Includes two custom-developed indie games to provide a ready-to-play experience.
  • User Authentication: Secure login and registration system.
  • Game Discovery: Browse and search for various indie games.
  • Responsive Design: Fully compatible with both desktop and mobile devices.
  • Database Integration: Dynamic content management using MongoDB.

๐Ÿ“ธ Screenshots

Home Page

Home

Games Page

Library

Profile Page

Upload


๐Ÿ›  Technologies Used

Category Technologies
Backend Node.js Express.js
Frontend Vue.js HTML5 CSS3 JavaScript
Database MongoDB
Package Management NPM
Distribution Render

๐Ÿง  System Architecture

The system follows a client-server architecture:

  • Frontend: Vue.js (Single Page Application)
  • Backend: Node.js + Express (REST API)
  • Database: MongoDB
  • Communication: HTTP (RESTful APIs)

๐Ÿ—‚ Project Structure

lunexia/
โ”œโ”€โ”€ assets/                # Media files and screenshots used in documentation
โ”œโ”€โ”€ client/                # Frontend source code built with Vue.js
โ”œโ”€โ”€ server/                # Backend API and database logic built with Node.js & Express
โ”œโ”€โ”€ .env.example           # Template for environment variables (Port, MongoDB URI, etc.)
โ”œโ”€โ”€ .gitignore             # Files and directories to be ignored by Git
โ”œโ”€โ”€ LICENSE                # Project license information
โ”œโ”€โ”€ README.md              # Project documentation and setup guide
โ”œโ”€โ”€ package-lock.json      # Locked versions of project dependencies
โ””โ”€โ”€ package.json           # Project metadata, scripts, and dependency list

๐Ÿš€ Installation and Setup

  1. Clone the repository:

    git clone https://github.com/Lunexia-Team/lunexia.git
    
  2. Enter the project directory:

    cd lunexia
    
  3. Install the necessary dependencies:

    npm install
    
  4. Start the server:

    npm start
    
  5. View the project in your browser:

    http://localhost:3000
    

๐Ÿ—„ Database Configuration

MongoDB is used in this project.

Before running the project:

  1. Create a .env file in the project root directory.
  2. Define this file by referencing the .env.example file.
  3. Ensure that the MongoDB service is running.

Note: The .env file has not been added to the repository for security reasons.


๐Ÿ‘ฅ Contributors

About

Lunexia is an indie game platform where users can discover, explore, and manage unique games. It also features original games developed and integrated as part of the project.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors