From 4ca6c95443422706fe09e7c763b2e86547b2ad5e Mon Sep 17 00:00:00 2001 From: Shashwat Mahajan Date: Tue, 2 Oct 2018 20:33:38 +0530 Subject: [PATCH 1/4] Added nada.h --- nada.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nada.h diff --git a/nada.h b/nada.h new file mode 100644 index 0000000..b0b4100 --- /dev/null +++ b/nada.h @@ -0,0 +1,12 @@ +#ifndef BOOCRAP_H +#define BOOCRAP_H + + +class boocrap +{ + public: + boocrap(); + +}; + +#endif // BOOCRAP_H From 6210e81c9c5678b2a9306c6452b6483c9f4fe003 Mon Sep 17 00:00:00 2001 From: Tarusi Mittal <54908632+Tarusimittal@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:18:43 +0530 Subject: [PATCH 2/4] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33c5a13..304d046 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,11 @@ ## The image and sound files are added manually into the zip file ## A fix for this would be released +##Hi this is comment 1:) setup( name = "Space Shooter", version = "0.0.2", description = "classic retro game made using pygame", options = {"build_exe": build_exe_options}, executables = [Executable(pygame_py_file, base=base)] -) \ No newline at end of file +) From 0a9e5093bd30f3cda55b60c2e954d55ed6735016 Mon Sep 17 00:00:00 2001 From: Shashwat Mahajan Date: Thu, 1 Oct 2020 00:21:04 +0530 Subject: [PATCH 3/4] Added an update on fixes --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33c5a13..313fcd8 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,11 @@ ## The image and sound files are added manually into the zip file ## A fix for this would be released +## Fix not released yet. Please wait. setup( name = "Space Shooter", version = "0.0.2", description = "classic retro game made using pygame", options = {"build_exe": build_exe_options}, executables = [Executable(pygame_py_file, base=base)] -) \ No newline at end of file +) From 90b768f5f9602cc207ee7257c46c8eb792a6dd96 Mon Sep 17 00:00:00 2001 From: Tanishqmalu <54908702+Tanishqmalu@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:31:12 +0530 Subject: [PATCH 4/4] Increased understandability of code --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 313fcd8..6b146ec 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ base = None if sys.platform == "win32": base = "Win32GUI" - +# pathjoiner pygame_py_file = os.path.join('spaceshooter', 'spaceShooter.py') ## The image and sound files are added manually into the zip file