CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <array>
#include <cmath>
using namespace std;
/*
Code by: Zeke Williams
Date: September 27, 2017
Run Instructions:
Just hit RUN!
Description:
I am attempting to make an RPG-style drop
sytsem. This is still a work in progress,
but hopefully I can make one that is
fast and easy to read/implement into my
Enemy Line Game. If anyone has made a
drop system already, I would love to look
at it for learning purposes, as I am a
novice c++ hobby coder :)
Version: 1.6
Update:
1.6 - This is now a game! I couldn't
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run