Skip to content

Commit 2501ffe

Browse files
author
Patrick Rye
committed
Update to v1.1.2-Beta
28 August 2015 Released version 1.1.2-Beta Change log: -Applied: Embedded Images as XPMs -Removed: All but 1 ball size (since I am now embedding the images it didn't make sense; nor was it really all that useful). -Updated: Sky picture to be smaller (64x48 instead of 640x480) since I'm embedding so that file size will be smaller. -Added: Config value that holds OS (kinda pointless at the moment; mostly just so I have a reference of how to do this in the future).
1 parent 6a6ce17 commit 2501ffe

22 files changed

+153
-69
lines changed

ChangesLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
28 August 2015
2+
Released version 1.1.2-Beta
3+
4+
Change log:
5+
-Applied: Embedded Images as XPMs
6+
-Removed: All but 1 ball size (since I am now embedding the images it didn't make sense; nor was it really all that useful).
7+
-Updated: Sky picture to be smaller (64x48 instead of 640x480) since I'm embedding so that file size will be smaller.
8+
-Added: Config value that holds OS (kinda pointless at the moment; mostly just so I have a reference of how to do this in the future).
9+
110
27 August 2015
211
Released version 1.1.1-Beta
312

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,23 @@ There are a few branches of this that use different programming languages.
88

99
It has been released in the Public Domain meaning you can use it however you wish.
1010

11-
I may or may not update this; because as I've said I'm trying to just put the random code bits I've made throughout the years all on GitHub as a central place to be able to reference them.
12-
1311
# Running the program
1412

15-
You will need to download the images folder. A zip should be included with every release.
13+
In order to run the program properly you will need to download SDL2-2.0.3 or higher AND SDL2-image (these are two different libraries).
14+
15+
A link for SDL2 can be found [here] (https://www.libsdl.org/download-2.0.php).
16+
17+
A link for SDL2 image can be found [here](https://www.libsdl.org/projects/SDL_image/) .
1618

17-
Extract this so that the images folder is in the same place as the exe.
19+
You will want to download the Runtime Binaries (if you have windows I recommend 32 bit over 64 bit; even if you have a 64 bit computer).
1820

19-
In order to run the program properly you will need to download SDL2-2.0.3 or higher.
21+
When all is said and done you should have the following files in your folder. (Also note that you should be able to put the dll files in your C drive).
2022

21-
A link can be found [here] (https://www.libsdl.org/download-2.0.php).
23+
```
24+
FolderName\
25+
FolderName\Cannon.exe
26+
FolderName\SDL2.dll
27+
FolderName\SDL2_image.dll
28+
```
2229

30+
Let me know if I am missing a dependences that I might have forgotten about due to my own system set up.

images/ball_1.png

-154 Bytes
Binary file not shown.

images/ball_10.png

-400 Bytes
Binary file not shown.

images/ball_2.png

-195 Bytes
Binary file not shown.

images/ball_3.png

-257 Bytes
Binary file not shown.

images/ball_4.png

-165 Bytes
Binary file not shown.

images/ball_5.png

-242 Bytes
Binary file not shown.

images/ball_6.png

-252 Bytes
Binary file not shown.

images/ball_7.png

-310 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)