WIP: BOBs_Waifu_Hunt: last run dump. xD #234
noxiouscardiumdimidium
started this conversation in
Show and tell
Replies: 1 comment
-
Interesting.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(base) piguy@X-Pi:/media/piguy/STABLE-DIFFUSION/Github/gpt-engineer$ python main.py Bobs_Waifu_Hunt/
Model gpt-4 not available for provided API key. Reverting to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: https://openai.com/waitlist/gpt-4-api
Program Specification:
The program is a simple game that consists of a 50x50 map, using emojis as sprites and map tiles. The game has the following features:
Core Classes, Functions, and Methods:
Game: This class will handle the game logic and control the game flow.
Character: This class will represent the main character "Bob".
Emoji: This class will represent the emojis used in the game.
Non-Standard Dependencies:
Golang standard library
"github.com/nsf/termbox-go" - A library for creating cross-platform text-based interfaces.
Here are some sample tests based on the given specification:
Test Game Initialization:
Note: These tests are not exhaustive and may not cover all edge cases. It is important to write additional tests as needed to ensure full coverage of the code.
Based on the given specification, the following files and their contents are necessary:
go mod init
go mod tidy
go run main.go
Beta Was this translation helpful? Give feedback.
All reactions