Skip to content

fulldiveVR/FullRoid.Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Games Catalog

A collection of free, open-source games for the FullRoid emulator. No proprietary libraries — every dependency is open-source and can be verified below.

Games

Game Platforms Description
Snake DS, 3DS Classic snake with 25 language UI, volumetric pixel-art sprites, autopilot mode
Number Slide DS, 3DS 2048 clone — slide and merge tiles to reach 2048

Platforms

Platform Notes
DS .nds ROM for FullRoid DS emulation
3DS .3dsx homebrew for FullRoid 3DS emulation

Prebuilt ROMs are in repository/.

Dependencies

All dependencies are open-source. No proprietary libraries are used.

Library License Source
devkitARM GPL-2.0 devkitPro toolchain (ARM cross-compiler)
libnds / calico Zlib NDS hardware abstraction
libctru Zlib 3DS hardware abstraction
citro3d Zlib 3DS GPU rendering
citro2d Zlib 3DS 2D graphics helpers

Building

Requires Docker.

cd snake
./build.sh

The first run builds the Docker image automatically. Subsequent runs are fast. Output is placed in repository/nds/ and repository/3ds/.

To build a single platform:

./build-nds.sh   # DS only
./build-3ds.sh   # 3DS only

About

A collection of free, open-source games for the FullRoid emulator. No proprietary libraries — every dependency is open-source and can be verified below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors