Skip to content

Commit

Permalink
Merge pull request #148 from mongodb-developer/sn-work
Browse files Browse the repository at this point in the history
Update readme with intro and diagram
  • Loading branch information
snarvaez authored Jul 29, 2024
2 parents a3ca2fb + 25be831 commit a9c95ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Leafsteroids

This repository contains the MongoDB `Leafsteroids` demo.
This repository contains the MongoDB `Leafsteroids` demo. A game developed by the MongoDB team, featuring a 2D arcade-style space shooter. Built with Unity3D and .NET, it includes a game client, an ASP.NET Web API, and a website using Blazor pages. Players aim to destroy bricks (asteroids) and achieve the highest score within 60 seconds by collecting power-ups and destroying targets quickly, while competing against each other within the concept of an event (tournament). The backend uses MongoDB Atlas for data storage, including Atlas Vector Search to match players based on gameplay style, score, and speed. The game is playable on tablets, mobiles, and desktop/laptop, with real-time scoreboards for competitive play.

Follow the instructions in this README to run a clone of your own to get your MongoDB development jump started.

You can also register and create your own event to share with your friends and play live anywhere [here](https://leafsteroids.net/).

## Architecture

![Leafsteroids Architecture](./arch_diagram.png)

The demo and repository consist of the following parts:

- Game Client (Unity3D, .NET, C#)
Expand Down
Binary file added arch_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9c95ee

Please sign in to comment.