Skip to content

bruno-sartori/game_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_from_scratch

Resources

Build and Debug

  • To build the application:
    cd handmade\code
    build.bat
  • To debug the application:
    devenv ..\..\build\win32_handmade.exe

This will open visual studio, once there remember to change "Executable" and "Working Directory" on exe properties. Example:

alt text

Then just hit f11 and start debugging!

Debugging Tools

  • Press P Key to Pause
  • Press L Key to start input loop and L key again to lock the loop
  • Press Alt + Enter Keys to go full screen

Troubleshoot

If when trying to build the application, you receive the error "The input line is too long. The syntax of the command is incorrect." make sure to put the project folder as close as possible to C: and if the error persists just restart your cmd.

Doubts / Learn

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published