wow! This functions would come in handy in my gigbook program, so it can handle any year. I had to hard code leap year data.
- Dav
Search found 247 matches
- Mon Oct 16, 2017 1:00 am
- Forum: Libraries
- Topic: counting the days since 1600/1/1
- Replies: 14
- Views: 20327
- Tue Oct 10, 2017 1:39 am
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.4 - puzzle prototype (iPad only)
Updated game to play faster on older devices by redoing the way the game board is updated. Now, only buttons that have been changed are re-drawn, not the whole board every time one piece is rotated. This greatly increases game play on my older iPad, making it very playable now. This technique clears...
- Thu Oct 05, 2017 10:21 pm
- Forum: BASIC programs
- Topic: Little word guessing game
- Replies: 1
- Views: 3438
Re: Little word guessing game
Nice. Makes me see how limited my vocabulary is.
- Dav
- Dav
- Thu Oct 05, 2017 10:17 pm
- Forum: BASIC programs
- Topic: Another little word game
- Replies: 3
- Views: 4645
Re: Another little word game
Great concept, Henko. I like it.
- Dav
- Dav
- Thu Oct 05, 2017 10:16 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.3 - puzzle prototype (iPad only)
This game has been updated one last time, and is finished - I'm getting kind of tired of it. :lol: There are 10 levels, and current game progress is saved in mazeconnect.dat so you can start where you left off. There's a title screen now with game reset if you ever want to start over. The code is ve...
- Tue Oct 03, 2017 6:34 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.2 - puzzle prototype (iPad only)
LOl. I've never programmed anything worthy of selling. I just like to make things. It's fun having a programming challenge. However, i would like to try putting some apps up in the App Store. I think I could polish up a few games and stick them up. Don't know where to begin doing that though. I don'...
- Tue Oct 03, 2017 3:02 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.2 - puzzle prototype (iPad only)
I've created a MazeDesign program to allow users to easily create their own mazes for the MazeConnect game. Also added support for putting Blocks in mazes, and changed the maze game to accept those. Mazes designed in the designer will only work in v1.2, not the previous maze game versions. I have re...
- Mon Oct 02, 2017 11:07 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.1 - puzzle prototype (iPad only)
I have re-written the board scanning/colorizing method to a directional one, that goes with the flow so to speak. The result is that board update is now MUCH faster, making it very playable even on my older devices. Now that this hurdle is jumped I can go further with game development (levels,etc). ...
- Mon Oct 02, 2017 12:35 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.0 - puzzle prototype (iPad only)
Thanks everyone! On my older iPad this game is way too slow to play. I thought of another way to scan the maze, Since each piece has one way in/out when connected, im going to keep track of the direction, and just 'go with the flow' starting with the top left piece. This way I will only have to upen...
- Sat Sep 30, 2017 4:30 pm
- Forum: BASIC programs
- Topic: MazeConnect v1.4 - puzzle prototype (iPad only)
- Replies: 14
- Views: 16639
Re: MazeConnect v1.0 - puzzle prototype (iPad only)
Had a typo, fixed it. Maze now works. Reload it if you got it earlier and it didn't work.
- Dav
- Dav