A downloadable game for Windows, macOS, and Linux

Roxxi and Company is a game created using C# and MonoGame. This project was developed as part of my studies on the MonoGame framework and serves as a simple example of how to create a 2D game using this tool.

The game Roxxi and Company was developed to study MonoGame, learn about 2D game development, and explore integration with C#. During development, concepts such as 2D graphics, user input, simple physics, and design patterns were explored.

🎮 Game Objective

The goal is for Roxxi to eliminate endless waves of enemies that keep appearing. The more enemies defeated, the higher your score!

⌨️ Controls

  • A: Move left
  • D: Move right
  • Spacebar: Attack

🎨 Credits

The game art was created by Hamsterspit.

Source Code

You can find the source code at PhilipeSousa.

Published 1 day ago
StatusReleased
PlatformsWindows, macOS, Linux
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorLippi
GenreAction
Tags2D, artgame, Atmospheric, Beat 'em up, Indie, Score Attack

Download

Download
RoxxiAndCompany_win.zip 32 MB
Download
RoxxiAndCompany_linux.zip 31 MB
Download
RoxxiAndCompany_mac_osx-x64.zip 32 MB
Download
RoxxiAndCompany_mac_osx-arm64.zip 30 MB

Install instructions

🍎 macOS (Intel x64 and Apple Silicon M1/M2)

  1. Download the .zip file for your version of macOS:
    • x64: For Intel-based Macs.
    • arm64: For Apple Silicon (M1/M2) Macs.
  2. Extract the contents of the .zip file.
  3. Inside the extracted folder, navigate to the context directory.
  4. Double-click the executable RoxxiWaiting file to start the game.

🖥️ Windows

  1. Extract the .zip file.
  2. In the context folder, run RoxxiWaiting.exe.

🐧 Linux

  1. Extract the .zip file.
  2. Double-click the RoxxiWaiting.desktop to run the game.

Troubleshooting:

If the game doesn't run, ensure the file is executable. For Linux and macOS, use:

chmod +x [filename]

Leave a comment

Log in with itch.io to leave a comment.