Skip to content

feat: add env handling and loader params#67

Merged
Exeloo merged 1 commit intomainfrom
feat/handle-env
Mar 7, 2026
Merged

feat: add env handling and loader params#67
Exeloo merged 1 commit intomainfrom
feat/handle-env

Conversation

@Exeloo
Copy link
Member

@Exeloo Exeloo commented Mar 7, 2026

What does this PR do?

Resolves #55
Resolves #56

How do you test this PR?

Tested by removing env in pong network example and running these commands

NANOFORGE_SERVER_TCP_PORT=4444 NANOFORGE_SERVER_UDP_PORT=4445 NANOFORGE_SERVER_ADDRESS=127.0.0.1 pnpm start -d /home/exelo/workspace/epitech/G6/G-EIP-600/engine/example/pong-network/.nanoforge/client
NANOFORGE_LISTENING_TCP_PORT=4444 NANOFORGE_LISTENING_UDP_PORT=4445 pnpm start -d /home/exelo/workspace/epitech/G6/G-EIP-600/engine/example/pong-network/.nanoforge/server

@github-actions github-actions bot added app:client Related to client app app:server Related to server app app:website Related to website app labels Mar 7, 2026
Copy link

@Tchips46 Tchips46 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OMGGG SIIIIIX SEVEEEEENN
lgtm

@Exeloo Exeloo merged commit 8bba275 into main Mar 7, 2026
3 checks passed
@Exeloo Exeloo deleted the feat/handle-env branch March 7, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app:client Related to client app app:server Related to server app app:website Related to website app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add environement variables to transfert to the game Transfert params to argv

3 participants