1977 Peach Bowl
The 1977 Peach Bowl was a college football postseason bowl game between the NC State Wolfpack and the Iowa State Cyclones.
1977 Peach Bowl | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
| |||||||||||||||||||
Date | December 31, 1977 | ||||||||||||||||||
Season | 1977 | ||||||||||||||||||
Stadium | Atlanta–Fulton County Stadium | ||||||||||||||||||
Location | Atlanta, Georgia | ||||||||||||||||||
MVP | QB Johnny Evans DB Richard Carter | ||||||||||||||||||
Attendance | 36,733 | ||||||||||||||||||
Background
This was Iowa State's third bowl game in the decade, after tying for 2nd in the Big Eight Conference, and first ever Peach Bowl. This was NC State's first Peach Bowl since 1975, after tying for 3rd in the Atlantic Coast Conference.
Game summary
Johnny Evans threw for 202 yards and ran for 62 yards. Ted Brown rushed for 114 yards, his second 100-yard performance in a Peach Bowl. [1][2]
Aftermath
The Wolfpack did not reach another Peach Bowl until 1986. The Cyclones have not returned to a Peach Bowl since this game.
gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.
References
- "Archived copy" (PDF). Archived from the original (PDF) on March 4, 2016. Retrieved January 2, 2016.CS1 maint: archived copy as title (link)
- http://www.chick-fil-apeachbowl.com/media/1202/chick-fil-a-peach-bowl-media-guide.pdf%5B%5D
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.