Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
My Basic Projects: Currently CardSim and Space Invaders
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: My Basic Projects: Currently CardSim and Space Invaders (Read 2124 times)
0 Members and 1 Guest are viewing this topic.
collechess
LV3
Member (Next: 100)
Posts: 93
Rating: +22/-2
My Basic Projects: Currently CardSim and Space Invaders
«
on:
June 02, 2011, 02:02:11 pm »
I decided to create a new topic for all of my BASIC projects instead of one for each one because they're pretty small.
CardSim
This is a simulator to shuffle and deal a deck of cards. It finds the suit and value. This is mainly for a set of BASIC card games I'm going to make.
Others are welcome to use it. You need both CARDSIM and GETCARD. To change the amount of cards dealt, change the value of O.
Space Invaders
This is a port of Space Invaders in pure basic. So far I have movement and shooting.
Logged
+2/-0 karm for this message
Munchor
LV13
Extreme Addict (Next: 9001)
Posts: 6199
Rating: +295/-121
Code Recycler
Re: My Basic Projects: Currently CardSim and Space Invaders
«
Reply #1 on:
June 04, 2011, 02:18:18 pm »
Very nice, space invaders we can shoot and everything, in pure Basic
Logged
ruler501
Meep
LV11
Super Veteran (Next: 3000)
Posts: 2475
Rating: +66/-9
Crazy Programmer
Re: My Basic Projects: Currently CardSim and Space Invaders
«
Reply #2 on:
June 04, 2011, 02:23:28 pm »
I once made a game like space invaders. I lost it when i updated my nspire OS
Logged
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here
https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y
collechess
LV3
Member (Next: 100)
Posts: 93
Rating: +22/-2
Re: My Basic Projects: Currently CardSim and Space Invaders
«
Reply #3 on:
June 05, 2011, 05:13:00 pm »
Space Invaders
I'm currently stuck on how to store and display enemies. If I use a string, I can't access the data, but if I use a list, I can't display it easily. I need the enemies to move to one side of the screen, go down one row, and move to the other side, then repeat.
Logged
ztrumpet
The Rarely Active One
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5712
Rating: +364/-4
If you see this, send me a PM. Just for fun.
Re: My Basic Projects: Currently CardSim and Space Invaders
«
Reply #4 on:
June 05, 2011, 05:27:53 pm »
I used a string when I made a game like it.
You can find my version
here.
I called it Invaders.
You can use sub() and InString() to extract elements of the string. Good luck!
Logged
If I'm wrong, please correct me!
Unfinished Projects:
Elmgon
14%
Basic
Movement Demo
Homescreen Game Pack
80%
Basic
Latest Release
Cube Droid Saves the Galaxy
65%
Axe
Demo
Detonate
70%
Axe
Completed Projects:
Exodus
|
Midnight
|
Drifter
|
Axe Snake
|
Jump!
|
Factory Theta
|
Spider
|
Plot Drop
|
Papi Jump
|
Numb3rs
|
Nibbler
|
Boost
|
Duel Tile Map Editor
|
Homescreen Map Editor
|
Key Group Check
|
Oasis
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
My Basic Projects: Currently CardSim and Space Invaders