Initial commit

This commit is contained in:
Jim
2026-05-05 18:44:36 +00:00
commit 21aedec4d4
2 changed files with 19 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# RustyDoom
A rust version of the original Doom.
This is more of a learning exercise than something good!