Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Apr 10, 2023
2 parents f0673d0 + 61c5be7 commit 0097a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It is the best all-around solution to:
- [C++ core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)

# Restrictions
- Don't recreate all game engine stuff, glue them all. "Life es too short to build a game engine from scratch";
- Don't recreate all game engine stuff, glue them all. "Life is too short to build a game engine from scratch";
- If a library do not easily compile on all supported platforms, we won't use it.
- Use consolidated libs and do not reinvent the wheel (only if is strictly needed)
- Start small and make small steps towards the goal.
Expand Down

0 comments on commit 0097a3a

Please sign in to comment.