StevenMDixon / wordle3DS

Wordle but on the 3DS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle 3DS

A 3DS homebrew implementation of Wordle

Setup

If using the provided create bat file please add Citra to your enviromental variables.

Otherwise use Make

Development

  • Make sure to set Citra in your environment
  • Use Citra-qt otherwise applets like keyboard input will not load properly!

Splitting project into multiple files

Update the Make files source and includes to include the folder that contains the file you want to include

TARGET		:=	$(notdir $(CURDIR))
BUILD		:=	build
SOURCES		:=	source source/view
DATA		:=	data
INCLUDES	:=	include source/view
GRAPHICS	:=	gfx
GFXBUILD	:=	$(BUILD)
#ROMFS		:=	romfs
GFXBUILD	:=	$(ROMFS)/gfx

About

Wordle but on the 3DS


Languages

Language:Makefile 50.5%Language:C++ 45.3%Language:C 3.8%Language:Batchfile 0.5%